Libraries tagged by Check style
think-zap/coding-standards
25 Downloads
Zap Coding Standard for PHPCS
polderknowledge/coding-standards
10577 Downloads
The Polder Knowledge coding standards for PHP_CodeSniffer.
oldpak/coding-standard
1 Downloads
The Doctrine Coding Standard is a set of PHPCS rules applied to all Doctrine projects.
framjet/coding-standard
53 Downloads
The FramJet PHP Coding Standard is a set of PHPCS rules applied to all FramJet projects.
chiron/coding-standard
8960 Downloads
A common coding standard for Chiron's PHP libraries.
chesszebra/coding-standards
326 Downloads
The ChessZebra coding standards for PHP_CodeSniffer.
amesplash/php-coding-standard
922 Downloads
The amésplash PHP Coding Standard
agilekeys/code-standards
14 Downloads
The coding standard of the PHP projects, includes PHPMD and PHPCS rules.
aaronjameslang/proofr
33 Downloads
Git hook to check conformance to http://chris.beams.io/posts/git-commit/
fdevs/css-fixer-bundle
17 Downloads
Allows you to check if .css files follow general rules and convention or fix them
aaerofeev/bitbucket-static-reviews
9 Downloads
Checkstyle integration to stash/bitbucket pull requests
giles/php-csc
248 Downloads
PHP code style check 利用git hook、phplint、phpcs在git commit的时候对php代码进行语法检测、代码风格检查,如果有问题,不允许提交。
splotches/php-composter-phpcs
26 Downloads
Automatically install a git pre-commit hook to check your PHP files upon each commit to make sure they comply to the Code Style you have defined in phpcs.xml.
p-chess/chess
1241 Downloads
A PHP chess library that is used for chess move generation/validation, piece placement/movement, and check/checkmate/stalemate detection
ryanhs/chess.php
7554 Downloads
chess.php is a PHP chess library that is used for chess move generation/validation, piece placement/movement, and check/checkmate/stalemate detection - basically everything but the AI. NOTE: this is a port of chess.js for php