Libraries tagged by php code
m6web/coke
383454 Downloads
PHP Code Sniffer configurator
yoast/yoastcs
779395 Downloads
PHP_CodeSniffer rules for Yoast projects
rarst/phpcs-cognitive-complexity
43842 Downloads
Cognitive complexity implementation for PHP_CodeSniffer
phpcompatibility/phpcompatibility-symfony
494009 Downloads
A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Symfony polyfill libraries.
phpcompatibility/phpcompatibility-passwordcompat
494391 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by ircmaxell's password_compat library.
mayflower/mo4-coding-standard
367656 Downloads
PHP CodeSniffer ruleset implementing the MO4 coding standards extending the Symfony coding standards.
extdn/phpcs
40511 Downloads
A set of PHP_CodeSniffer rules and sniffs.
wpengine/wpengine-coding-standards
55956 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WP Engine coding conventions
leaphub/phpcs-symfony2-standard
703648 Downloads
A PHP_CodeSniffer standard for Symfony 2 applications
acquia/blt-phpcs
1494168 Downloads
PHP_CodeSniffer integration for Acquia BLT
vanderlee/swaggergen
112261 Downloads
Generate Swagger/OpenAPI documentation from simple PHPdoc-like comments in PHP source code.
imsop/simplexml_debug
125677 Downloads
Tools for debugging your code when working with PHP's SimpleXML functions.
eonx-com/easy-quality
458425 Downloads
Makes using of code quality tools for PHP projects of EonX easier
spell-checker/spell-checker
99911 Downloads
Multi-language code and text spell checker in PHP
badoo/soft-mocks
30059 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.