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
- Host: GitHub
- URL: https://github.com/olivecms/tools
- Owner: OliveCMS
- License: mit
- Created: 2018-08-15T12:55:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T07:48:00.000Z (over 7 years ago)
- Last Synced: 2025-07-21T02:49:51.625Z (11 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).