library php-development
Global requirements to help in development and testing of PHP applications.
nelson6e65/php-development
Global requirements to help in development and testing of PHP applications.
- Wednesday, July 6, 2016
- by nelson6e65
- Repository
- 1 Watchers
- 0 Stars
- 8 Installations
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
php-development
, (*1)
, (*2)
Global packages and CLI tools to be used in PHP development., (*3)
-
PHPUnit (
phpunit): The PHP Testing Framework.
-
ApiGen (
apigen): Smart and Readable Documentation for your PHP project.
-
PHP CodeSniffer (
phpcs, phpcbf): Tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
Installing
Note: The following instructions asumes that you have composer installed globally., (*4)
Global
This installs CLI tools in global PATH to be used directly:, (*5)
composer global require nelson6e65/php-development
phpunit --version
apigen --version
phpcs --version
phpcbf --version
As development requirement
This installs CLI tools as dev requirements to be distributed with your package (see composer install):, (*6)
composer require --dev nelson6e65/php-development
vendor/bin/phpunit --version
vendor/bin/apigen --version
vendor/bin/phpcs --version
vendor/bin/phpcbf --version
dev-master
9999999-dev
Global requirements to help in development and testing of PHP applications.
Sources
Download
MIT
The Requires
v0.2.0
0.2.0.0
Global requirements to help in development and testing of PHP applications.
Sources
Download
MIT
The Requires
v0.1.0
0.1.0.0
Global requirements to help in development and testing of PHP applications.
Sources
Download
MIT
The Requires