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!
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 10 l de 2014 a les 10:26 A.M.
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 per webbub
el 15 l de 2014 a les 3:49 A.M.
Thank you!
Resposta per wtfzdotnet
el 15 l de 2014 a les 11:52 A.M.
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 per webbub
el 16 , de 2014 a les 12:22 P.M.
Hello Michael,
thank you! I'll watch that.
Best Regards Stefan
Resposta per viral
el 17 l de 2015 a les 5:05 A.M.
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