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!
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 10 de marzo do 2014 ás 10:26AM
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.
Resposta de webbub
no 15 de marzo do 2014 ás 3:49AM
Thank you!
Resposta de wtfzdotnet
no 15 de marzo do 2014 ás 11:52AM
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.
Resposta de webbub
no 16 de abril do 2014 ás 12:22PM
Hello Michael,
thank you! I'll watch that.
Best Regards Stefan
Resposta de viral
no 17 de marzo do 2015 ás 5:05AM
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