olive-cms/tools

Most common tools for OliveCMS Project

1.1.1 2018-12-31 07:47 UTC

This package is auto-updated.

Last update: 2024-05-29 04:21:34 UTC


README

Most common tools for OliveCMS Project.

Installation

Install the latest version with

$ composer require olive-cms/tools

Basic Usage

require_once 'vendor/autoload.php';
use Olive\Tools;

var_dump(Tools::getDirsList('/path/to/dir'));

Documentation

Requirements

  • PHP 5.5+.

License

olive-cms/tools is licensed under the MIT license.