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!
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 10 martie 2014 la ora 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.
Răspuns de webbub
pe data de 15 martie 2014 la ora 3:49 AM
Thank you!
Răspuns de wtfzdotnet
pe data de 15 martie 2014 la ora 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.
Răspuns de webbub
pe data de 16 aprilie 2014 la ora 12:22 PM
Hello Michael,
thank you! I'll watch that.
Best Regards Stefan
Răspuns de viral
pe data de 17 martie 2015 la ora 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