# jenkins-php **Repository Path**: mirrors_ramsey/jenkins-php ## Basic Information - **Project Name**: jenkins-php - **Description**: A meta package for the PHP Quality Assurance Toolchain tools required by the Template for Jenkins Jobs for PHP Projects, http://jenkins-php.org/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jenkins Jobs Template PHP Tools This is a meta package for [Composer](http://getcomposer.org/) that provides the [PHP Quality Assurance Toolchain](http://phpqatools.org/) tools needed for the [Template for Jenkins Jobs for PHP Projects](http://jenkins-php.org/). It provides the following packages: * [PHPUnit](http://phpunit.de/) * [phpDox](http://phpdox.de/) * [PHP_CodeSniffer](http://www.squizlabs.com/php-codesniffer) * [PHP_CodeBrowser](https://github.com/Mayflower/PHP_CodeBrowser) * [PHP Depend](http://pdepend.org/) * [PHPLOC](https://github.com/sebastianbergmann/phploc) * [PHP Mess Detector](http://phpmd.org/) * [Copy/Paste Detector (CPD) for PHP code](https://github.com/sebastianbergmann/phpcpd) * [phpDocumentor](http://phpdoc.org/) I recommend including this meta package in your `composer.json` require-dev section: php composer.phar require --dev ramsey/jenkins-php