olive-cms/tools

Most common tools for OliveCMS Project

Maintainers

Package info

github.com/OliveCMS/Tools

pkg:composer/olive-cms/tools

Statistics

Installs: 199

Dependents: 5

Suggesters: 0

Stars: 1

Open Issues: 0

1.1.1 2018-12-31 07:47 UTC

This package is auto-updated.

Last update: 2026-03-01 00:55:41 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.