PHP code example of candyblue / kirby3-garbage-collector

1. Go to this page and download the library: Download candyblue/kirby3-garbage-collector 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/ */

    

candyblue / kirby3-garbage-collector example snippets



return [
    'session' => [
        'gcInterval' => false
    ]
];


return [
    'candyblue.kirby3-garbage-collector' => [
        pattern => 'your-custom-pattern'
    ]
];