Libraries tagged by convent
headsnet/grumphp-conventions
18257 Downloads
Centralised GrumPHP configuration used by Headsnet projects
ecphp/php-conventions
21633 Downloads
ECPHP PHP conventions.
originphp/originphp
61 Downloads
The OriginPHP framework
originphp/framework
2640 Downloads
The OriginPHP framework
jbrooksuk/phpcheckstyle
405 Downloads
PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions
able/prototypes
1175 Downloads
phpABLE abstractions library
icecave/archer
18888 Downloads
Testing, CI and documentation of PHP projects by convention.
hippophp/hippo
32 Downloads
Hippo is an open-source tool that helps PHP programmers adhere to certain a given convention.
uocs/uncanny-owl-coding-standards
1675 Downloads
PHP_CodeSniffer rules (sniffs) to enforce Uncanny Owl coding conventions
unclecheese/kickassets
3958 Downloads
Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.
silvercommerce/catalogue-admin
4281 Downloads
Silverstripe module allowing creation of a custom product catalog with products and categories that can be created via the admin and accessed via their own URL's (like more conventional page objects)
onepix/wp-coding-standards
522 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
chevere/action
2420 Downloads
Object oriented convention for working with Parameter
byteever/byteever-sniffs
2385 Downloads
A comprehensive PHP_CodeSniffer ruleset extending WordPress Coding Standards with ByteEver-specific conventions for modern PHP development
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.