PHP code example of justinholtweb / craft-owl

1. Go to this page and download the library: Download justinholtweb/craft-owl 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/ */

    

justinholtweb / craft-owl example snippets


GET /owl/events.json?start=2026-07-01&end=2026-08-01&calendar=concerts
cron
0 3 * * * cd /path/to/project && php craft owl/maintenance/regenerate >> /dev/null 2>&1