Most common tools for OliveCMS Project.
Install the latest version with
$ composer require olive-cms/tools
require_once 'vendor/autoload.php';
use Olive\Tools;
var_dump(Tools::getDirsList('/path/to/dir'));
- PHP 5.5+.
olive-cms/tools is licensed under the MIT license.