An open API service indexing awesome lists of open source software.

https://github.com/olivecms/tools

Most common tools for OliveCMS Project
https://github.com/olivecms/tools

Last synced: 10 months ago
JSON representation

Most common tools for OliveCMS Project

Awesome Lists containing this project

README

          

# OliveCMS Common Tools

Most common tools for [OliveCMS](https://github.com/OliveCMS/) Project.

## Installation

Install the latest version with

```
$ composer require olive-cms/tools
```

## Basic Usage

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

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

## Documentation

- [Usage Instructions](doc/01-usage.md)

## Requirements

- PHP 5.5+.

## License

olive-cms/tools is licensed under the [MIT license](http://opensource.org/licenses/MIT).