PHP code example of cmbuckley / letterboxd-ics

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

    

cmbuckley / letterboxd-ics example snippets



endar = new Starsquare\Letterboxd\Calendar(array(
    'auth' => array(
        'username' => '[email protected]',
        'password' => 'password',
    ),
));

echo $calendar;