guillermoandrae/php-console

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/guillermoandrae/php-console

dev-master 2018-06-10 01:08 UTC

This package is auto-updated.

Last update: 2025-09-29 02:14:12 UTC


README

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