PHP code example of nuovi-media / laravel-letterboxd

1. Go to this page and download the library: Download nuovi-media/laravel-letterboxd 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/ */

    

nuovi-media / laravel-letterboxd example snippets




use NuoviMedia\LetterboxdClient\LetterboxdClient;

$client = new LetterboxdClient();
 
$client->getFimMembers($movie_id, ['perPage' => 10, 'sort' => 'Name']);