Skip to content

OliveCMS/Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.