Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.21 KB

PHP Console Library

Travis Scrutinizer Scrutinizer Coverage PHP from Travis config Your Mom Approves

Installation

Do this, then relax:

composer require guillermoandrae/php-console

Testing

Run the following command to make sure you don't ruin the code coverage percentage:

composer check-coverage

Run the following command to make sure your code is appropriately styled:

composer check-style

Run the following command to invoke both of the above commands easily:

composer test