lemonphp / cli
The PHP micro-framework for command line tools base Symfony Components
v0.2.0
2016-06-02 10:46 UTC
Requires
- php: >=5.5.9
- pimple/pimple: ^3.0
- symfony/console: ^3.0
- symfony/event-dispatcher: ^3.0
Requires (Dev)
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ^2.5
This package is auto-updated.
Last update: 2024-11-08 08:16:48 UTC
README
A a simple command line application framework to develop simple tools based on Symfony2 components
Requirements
- php >=5.5.9
- pimple/pimple ^3.0
- symfony/console ^3.0
- symfony/event-dispatcher ^3.0
Installation
$ composer require lemonphp/cli
Usage
$app = new \Lemon\Cli\App('Simple CLI app', '1.0.1'); $app->addCommand(new YourCommand()); $app->run();
Changelog
See CHANGELOG.md
Contributing
Please report any bugs or add pull requests on Github Issues.
License
This project is released under the MIT License.