Download the PHP package padosoft/static-review without Composer
On this page you can find all versions of the php package padosoft/static-review. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download padosoft/static-review
More information about padosoft/static-review
Files in padosoft/static-review
Package static-review
Short Description Custom Static Review classes
License MIT
Homepage https://github.org/padosoft/static-review/
Informations about the package static-review
static-review
Custom Static Review classes
Table of Contents
- Custom Static Review classes
- Table of Contents
- Prerequisites
- Change Log
- Installation
- Example
- Contributing
- Security
- Credits
- About Padosoft
- License
PREREQUISITES
Prerequisites of package are "sjparkinson/static-review": "squizlabs/php_codesniffer": "phpunit/phpunit" "scrutinizer/ocular" "phpmd/phpmd"
installed as required in composer
create a new Hooks directory and copy pre-commit.php into from src/config folder.
CHANGE LOG
Please see CHANGELOG for more information what has changed recently.
INSTALLATION
You can install the package via composer:
Open hooks/pre-commit.php in your root folder (created in PREREQUISITES above section) and add custom review. For example if you want to add VarDumpReview and DdReview:
In the end, create a pre-commit hook, by running the following command:
EXAMPLE
Screenshot esempio
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email instead of using the issue tracker.
Credits
- Padosoft
- All Contributors
About Padosoft
Padosoft is a software house based in Florence, Italy. Specialized in E-commerce and web sites.
License
The MIT License (MIT). Please see License File for more information.
All versions of static-review with dependencies
squizlabs/php_codesniffer Version 2.*
phpunit/phpunit Version 4.*
scrutinizer/ocular Version ~1.1
phpmd/phpmd Version 2.*