webthink / codesniffer
This package contains my personal CodeStyle rules
Installs: 1 257
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- doctrine/inflector: 1.*
- squizlabs/php_codesniffer: ^3.0
Requires (Dev)
- phpunit/phpunit: 6.*
This package is auto-updated.
Last update: 2020-07-06 17:28:23 UTC
README
A collection of Codesniffer rules.
Description
This package is a collection of Codesniffer rules. Some of them are custom rules and some of them are inspired from other packages.
Install
You can install this package through composer
$ composer require webthink/codesniffer
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
For now there are no test. I hope I will write some soon.
Credits
- https://github.com/squizlabs/PHP_CodeSniffer/
- https://github.com/cakephp/cakephp-codesniffer/
- https://github.com/object-calisthenics/phpcs-calisthenics-rules
- https://github.com/aik099/CodingStandard/
- https://github.com/php-fig-rectified/psr2r-sniffer
- https://github.com/klausi/coder
Todo
- Write tests
- Create a wiki