aik099/coding-standard
A reusable PHP_CodeSniffer coding standard used across aik099 projects. Compatible with PHPCS 3.x+, includes a PHPCS-compliant standard and test suite, and can be run via phpcs --standard=... against your source and tests or integrated into IDEs.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wdes/coding-standard | 0.94 | — | 0 | 0 | 0 | 933 | 0 | 3.0 | 41.2 | Unlicense | 2 years ago | |
| dosfarma/coding-standard | 0.93 | Opinionated PHP/Laravel coding standard and tooling preset for DosFarma projects. Includes rules and configuration for consistent formatting and static analysis across repositories, helping keep code style unified in CI and local development. | 0 | 1 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| binsoul/coding-standard | 0.93 | PHP_CodeSniffer-based coding standard bundle for PHP projects, providing opinionated style rules and configurations to keep code consistent. Easy to install via Composer and integrate into CI for automated code style checks and enforcement. | 0 | 0 | 0 | 3 | 0 | 0.0 | 8.3 | MIT | — | |
| onramplab/onr-phpcs-laravel | 0.92 | Opinionated PHP_CodeSniffer ruleset for Laravel projects. Provides a ready-to-use PHPCS configuration with Laravel-focused coding standards to help keep code style consistent across your app and team. | 0 | 0 | 0 | 984 | 0 | 0.0 | 41.0 | Unlicense | — | |
| shiftonelabs/codesniffer-standard | 0.92 | Opinionated PHP_CodeSniffer ruleset by ShiftOneLabs. Provides a shared coding standard for consistent style, formatting, and best practices across PHP/Laravel projects. Easy to install and run with phpcs in CI or local development. | 0 | 0 | 1 | 36 | 0 | 0.1 | 21.7 | MIT | — | |
| sandfox.dev/code-standard | 0.92 | Shared coding standards and tooling used across sandfox.dev PHP/Laravel packages. Provides a consistent rule set for formatting and static analysis to keep code style uniform, reduce review friction, and maintain quality across projects. | 0 | 0 | 0 | 10 | 0 | 0.0 | 14.4 | MIT-0 | — | |
| iodigital-com/php-code-sniffer-standard | 0.92 | Extends PHP_CodeSniffer with iO Digital coding standards. Install via Composer, add an IO ruleset to your phpcs.xml, configure excluded paths and PHP version ranges, and run vendor/bin/phpcs. Includes guidance for properly ignoring sniff violations. | 1 | 1 | 3 | 600 | 1 | 11.7 | 37.0 | MIT | 6 months ago | |
| ninjify/coding-standard | 0.92 | PHP_CodeSniffer coding standard for PHP projects. Install via Composer and include the provided ruleset.xml or Contributte profile. Supports excluding paths and ships PhpStorm code style presets. Maintained by Contributte. | 13 | 14 | 6 | 1K | 0 | 5.9 | 27.3 | MIT | 4 years ago | |
| slevomat/coding-standard | 0.92 | — | 1,479 | 1,490 | 192 | 4M | 92 | 63.6 | 81.4 | MIT | 1 week ago | |
| szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset | 0.92 | Hybrid PHP_CodeSniffer ruleset for OOP WordPress: PSR-12 Extended formatting plus Neutron/WPCS checks, strict types, file permissions, docblocks, and selected Slevomat rules. Install via Composer and run phpcs with PSR12NeutronRuleset. | 11 | 11 | 2 | 2K | 5 | 5.7 | 33.3 | MIT | 3 days ago | |
| chaplean/coding-standard | 0.91 | Chaplean Coding Standard provides a ready-to-use PHP_CodeSniffer ruleset for consistent PHP and Laravel code style. Drop-in configuration to enforce formatting, naming conventions, and best practices across your project and CI. | 0 | 0 | 0 | 2 | 0 | 0.0 | 6.6 | — | — | |
| shlinkio/php-coding-standard | 0.91 | PHP_CodeSniffer ruleset used by Shlink projects. Extends PSR-12 with strict comparisons, no long arrays, spaced concatenation, no unused imports, ordered uses, required type hints/return types, trailing commas in multiline, and other modern PHP formatting rules. | 3 | 4 | 2 | 5K | 1 | 0.1 | 28.3 | MIT | — | |
| webimpress/coding-standard | 0.91 | Opinionated PHP_CodeSniffer rules from Webimpress for consistent PHP style. Extends common standards, adds project conventions, and ships with ready-to-use configs for enforcing formatting and best practices across your codebase. | 15 | 15 | 7 | 74K | 5 | 9.2 | 52.0 | BSD-2-Clause | 1 year ago | |
| corpus/coding-standard | 0.91 | — | 0 | 0 | 0 | 4K | 1 | 7.8 | 51.5 | MIT | 10 months ago | |
| instaclick/coding-standard | 0.91 | — | 1 | 1 | 5 | 117 | 0 | 0.3 | 22.1 | — | — | |
| instaclick/symfony2-coding-standard | 0.91 | PHP_CodeSniffer ruleset for enforcing the Symfony2 Coding Standard in PHP projects. Helps keep formatting and conventions consistent across teams and CI, with ready-to-use sniffs and easy integration into existing development workflows. | 9 | 10 | 5 | 65 | 4 | 1.5 | 12.8 | — | 6 years ago | |
| php-collective/code-sniffer | 0.91 | PHP_CodeSniffer ruleset from PhpCollective: PSR-2 compliant with many extra sniffs/fixers (incl. PSR-12). Install via composer, add the provided ruleset to phpcs.xml, and run phpcs/phpcbf (or composer scripts) to check and auto-fix coding style. | 7 | 7 | 0 | 20K | 0 | 28.4 | 53.8 | MIT | 1 month ago | |
| camelot/coding-style | 0.91 | Camelot coding style standard for PHP projects, based on PSR-2 and Symfony2. Provides ready-to-use configurations for PHP_CodeSniffer and PHP-CS-Fixer (composer install, sample phpcs.xml.dist and .php_cs.dist, customizable rules). | 0 | 0 | 1 | 6 | 0 | 0.1 | 12.5 | MIT | — | |
| e-lodgy/coding-standard | 0.91 | E-Lodgy’s shared Easy Coding Standard (ECS) configuration for PHP projects. Install via Composer, import the provided ecs.php, and apply consistent formatting and code style rules across your src, tests, and config files. | 0 | 0 | 1 | 5 | 1 | 2.6 | 10.7 | MIT | 2 years ago | |
| lookyman/coding-standard | 0.90 | Opinionated PHP coding standard package for your projects. Install via Composer and reference the bundled ruleset.xml in PHP_CodeSniffer to enforce consistent formatting and style, with room to add your own project-specific rules. | 0 | 0 | 0 | 8 | 0 | 1.1 | — | MIT | 8 years ago |
How can I help you explore Laravel packages today?