Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 511 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 511 Bytes

OliveCMS Common Tools

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.