olive-cms/tools

Most common tools for OliveCMS Project

Installs: 199

Dependents: 5

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/olive-cms/tools

1.1.1 2018-12-31 07:47 UTC

This package is auto-updated.

Last update: 2025-09-29 01:59:44 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.