PHP code example of xlfederalelk0lx / tmdb_api

1. Go to this page and download the library: Download xlfederalelk0lx/tmdb_api library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

xlfederalelk0lx / tmdb_api example snippets



 
Initialize
$tmdb = new TMDB\Tmdb("11ac02d919c368e330060a3b2e0bb315");
$tmdb->SearchMovies("movie title");