phptest / cli
Command line application factory
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/phptest/cli
Requires
- php: >=5.4.0
- phptest/service-container: *@dev
- symfony/console: ~2.5
- symfony/dependency-injection: ~2.5
This package is not auto-updated.
Last update: 2025-09-27 20:48:29 UTC
README
Master build:
Requires: PHP >= 5.4 || HHVM >= 3.0
PHPTest CLI is a small application factory built around the popular Symfony Console library and PHPTest Service Container.
It can be installed in whichever way you prefer, but I recommend Composer.
{ "require": { "phptest/cli": "*" } }
Contributing
All contributions, including issues, comments and pull requests should be made to the main phptest/phptest respository.
License
The content of this library is released under the MIT License by
Andrew Lawson.
You can find a copy of this license in
LICENSE
or at http://opensource.org/licenses/mit.