Hello,
I am looking for a complete example of how I can use the API interface in PHP. I am not quite clear how I call the various functions in php.
Thank you!
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Travis Bell
d. 10 marts 2014 kl. 10:26 AM
Hi webbub,
Best I can suggest is taking a look at Michael Roterman's PHP lib here. He has a few examples in the readme.
Svar af webbub
d. 15 marts 2014 kl. 3:49 AM
Thank you!
Svar af wtfzdotnet
d. 15 marts 2014 kl. 11:52 AM
Hi webbub,
I'm the author of this project.
You can find a ton of examples in the examples directory as well :-) https://github.com/wtfzdotnet/php-tmdb-api/tree/master/examples, the examples are split up into API and Model as the library has 2 ways to utilize it.
If you have any questions or issues please do let me know!
Thanks,
Michael R.
Svar af webbub
d. 16 april 2014 kl. 12:22 PM
Hello Michael,
thank you! I'll watch that.
Best Regards Stefan
Svar af viral
d. 17 marts 2015 kl. 5:05 AM
Hi
i see this example https://github.com/wtfzdotnet/php-tmdb-api/blob/master/examples/configuration/model/get.php
but where is equire_once '../../../vendor/autoload.php'; require_once '../../../apikey.php';
in project i did not find this two file
Regards