Libraries tagged by Check style
tzachi/coding-standard
230 Downloads
Coding Standard for TZachi's projects
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
8946 Downloads
A common coding standard for Chiron's PHP libraries.
chesszebra/coding-standards
325 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
fuegas/vanilla-psr
3694 Downloads
A modified ruleset for Coding Style checks
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.
mridang/cpd-annotations
1052 Downloads
Turns CPD style XML reports into Github pull-request annotations via the Checks API. This script is meant for use within your Github Action.
p-chess/chess
1100 Downloads
A PHP chess library that is used for chess move generation/validation, piece placement/movement, and check/checkmate/stalemate detection
ryanhs/chess.php
7538 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