PHP code example of arikin / crimeflare

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

    

arikin / crimeflare example snippets


$crime = new Crimeflare(array(
    'settings_file' => "[full path to file]"
));

use Arikin\Crimeflare;

$crime = new Crimeflare();
$crime->update();

ini_set('memory_limit', '2G');

$crime->setBindingLimit(50000);
$crime->update();

use \DbUpdate;
bash
php composer.phar