kloy / cli
Composer compatible stand alone port of Fuel's Cli class.
0.0.2
2012-04-03 15:42 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-01-04 15:14:14 UTC
README
Cli is a port of [http://docs.fuelphp.com/classes/cli.html](Fuel's Cli class).
Please refer to Fuel's docs for usage instructions. The only API difference from Fuel's
implementation is the use of \Exception instead of FuelException. You will need to call
Cli::_init();
before using Cli's static methods.
Installation
You may use a require for Cli.php or use composer to install.