PHP code example of phptek / silverstripe-exodus

1. Go to this page and download the library: Download phptek/silverstripe-exodus 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/ */

    

phptek / silverstripe-exodus example snippets


# Tell PHP itself to allow for long-running processes in php.ini
max_execution_time 72000

# Tell php-fpm to not stop reading after 20m in nginx.conf
fastcgi_read_timeout 72000;