PHP code example of neeckeloo / cloudflare

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

    

neeckeloo / cloudflare example snippets


return array(
    'cloudflare' => array(
        /**
         * Define api url
         */
        // 'api_url' => 'https://www.cloudflare.com/api_json.html',

        /**
         * Define email account
         */
        // 'email' => '',

        /**
         * Define api token
         */
        // 'token' => '',
    ),
);