I'm building a site where users can create their own personal ratings of movies. Currently my site uses the php-tmdb-api wrapper to access movie information from TMDB and stores user ratings locally. I am interested in learning how I can store more of the movie information locally to speed things up. How do I go about copying / caching data from tmdb locally? Are there any scripts (php) anyone can point me to.
Kind regards, Jsykes
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 25 de octubre de 2015 a las 10:44
Hi jsykes,
I'm fairly certain Michael's php-tmdb-api library supports caching (example). If that's not quite enough and you want to actually store things in your own database, you'll have to integrate that yourself.