Skip to content

rajkumarsakthivel/PHP-Packages-with-Composer-Global

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

PHP-Packages-with-Composer-Global

Useful Global installation of PHP Packages with Composer for PHP Projects.

Prestissimo

prestissimo is a composer plugin that downloads packages in parallel to speed up the installation process.

composer global require hirak/prestissimo
PHP Coding Standards Fixer

A tool to automatically fix PHP Coding Standards issues.

composer global require friendsofphp/php-cs-fixer
PHP Mess Detector

PMD to detect code smells and possible errors within the analyzed source code

composer global require phpmd/phpmd
PHP Codesniffer

PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.

composer global require squizlabs/php_codesniffer
PHP Copy/Paste Detector (PHPCPD)

phpcpd is a Copy/Paste Detector (CPD) for PHP code.

composer global require sebastian/phpcpd
composer-normalize

Provides a composer plugin for normalizing composer.json

composer global require --dev ergebnis/composer-normalize
PHPUnit

PHPUnit is a programmer-oriented testing framework for PHP.

composer global require phpunit/phpunit
DbUnit

PHPUnit extension for database interaction testing.

composer global require phpunit/dbunit
PHP Documentor

phpDocumentor is an application that is capable of analyzing your PHP source code and DocBlock comments to generate a complete set of API Documentation.

composer global require phpdocumentor/phpdocumentor
PHPLOC

phploc is a tool for quickly measuring the size and analyzing the structure of a PHP project.

composer global require phploc/phploc

Releases

No releases published

Packages

No packages published