A simple set of CLI tools and commonly used utilities.
Note: This project is in active development and will change frequently.
While under active development please include the main branch of TinyCLI from this repository in your project.
Stable releases will be made available on Packagist once ready.
Add the following to your composer.json to include TinyCLI in your project.
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/carmelosantana/TinyCLI.git"
}
],
"require": {
"carmelosantana/tinycli": "dev-main"
}
}- Add docblocks to
src/*.php - Finish documentation
The code is licensed MIT and the documentation is licensed CC BY-SA 4.0.