Download the PHP package justijndepover/php-check without Composer
On this page you can find all versions of the php package justijndepover/php-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download justijndepover/php-check
More information about justijndepover/php-check
Files in justijndepover/php-check
Package php-check
Short Description Helper package to fix coding styles and run unit testing
License MIT
Homepage https://github.com/justijndepover/php-check
Informations about the package php-check
PHP Check
Installation
You can install the package with composer
First usage
After installing the package, you should add a php-cs-fixer config file to your project.
The script will automatically detect the presence of the file. If none exists, you will be prompted to install one.
Usage
The gist of the package is to have a global script that checks your code for possible syntax errors and bugs. Run this script before you push your changes.
This package provides:
- a global set of php-cs-fixer rules
- an option to check your code for possible syntax errors
- an option to fix your syntax errors
- an option to run phpunit
- an option to run all checks
The script is interactive, so you only have to run it.
Related repositories
- timacdonald/php-style: inspiration for this package
Security
If you find any security related issues, please open an issue or contact me directly at [email protected].
Contribution
If you wish to make any changes or improvements to the package, feel free to make a pull request.
License
The MIT License (MIT). Please see License File for more information.
All versions of php-check with dependencies
symfony/console Version ^5.2
symfony/filesystem Version ^5.2