Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaestes/phpqatools
A collection of tools that can be used to manage code quality for you projects
https://github.com/joshuaestes/phpqatools
Last synced: 1 day ago
JSON representation
A collection of tools that can be used to manage code quality for you projects
- Host: GitHub
- URL: https://github.com/joshuaestes/phpqatools
- Owner: JoshuaEstes
- Created: 2013-02-26T16:03:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T16:07:54.000Z (almost 12 years ago)
- Last Synced: 2024-11-08T05:41:48.045Z (about 2 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
PHP QA Tools
============This is just a collection of php tools that will aid you in making sure
that your code is held to a higher standard. This is meant to be installed
in a location where you will need to symlink the files in the `bin` directory
to someplace that is in your `$PATH`.# Installation
cd ~
git clone git://github.com:JoshuaEstes/phpqatools.git
cd phpqatools
curl -sS https://getcomposer.org/installer | php
php composer.phar install# Usage
All scripts can be found in the `bin` directory once you run `composer.phar install`
# Tools Included
## PHPUnit
## PHP Lines of Code
## PHP Copy/Paste Detector
## PHP Dead Code Detector
## PHP Mess Detector
## PHP CodeSniffer