This library provides all necessary interfaces to implement CLI applications for appserver.io.
If you want to use the library with your application you can install it by adding
{
"require": {
"appserver-io-psr/cli": "dev-master"
},
}
to your composer.json
and invoke composer update
in your project.
- Documentation at appserver.io