phptest/cli

Command line application factory

dev-master 2014-06-18 23:08 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:59:34 UTC


README

Master build: Master branch build status
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.