Download the PHP package nelson6e65/php-development without Composer
On this page you can find all versions of the php package nelson6e65/php-development. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nelson6e65/php-development
More information about nelson6e65/php-development
Files in nelson6e65/php-development
Download nelson6e65/php-development
More information about nelson6e65/php-development
Files in nelson6e65/php-development
Vendor nelson6e65
Package php-development
Short Description Global requirements to help in development and testing of PHP applications.
License MIT
Package php-development
Short Description Global requirements to help in development and testing of PHP applications.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-development
php-development
Global packages and CLI tools to be used in PHP development.
CLI Tools
- 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.
Global
This installs CLI tools in global PATH to be used directly:
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
):
vendor/bin/phpunit --version
vendor/bin/apigen --version
vendor/bin/phpcs --version
vendor/bin/phpcbf --version
All versions of php-development with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
squizlabs/php_codesniffer Version ^2.6
apigen/apigen Version *
phpunit/phpunit Version *
squizlabs/php_codesniffer Version ^2.6
apigen/apigen Version *
phpunit/phpunit Version *
The package nelson6e65/php-development contains the following files
Loading the files please wait ....