|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| binsoul/coding-standard | 0.92 | 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 | 0 | 0 | 0.0 | — | MIT | — | |
| spaze/coding-standard | 0.91 | spaze/coding-standard provides PHP_CodeSniffer rule sets to enforce consistent PHP coding style and quality across projects. Install via Composer as a dev dependency and run PHPCS with the included standards; CI workflows validate XML and rules. | 2 | 2 | 0 | 6K | 0 | 17.1 | 49.8 | MIT | 6 months ago | |
| slevomat/coding-standard | 0.91 | — | 1,481 | 1,490 | 194 | 3M | 92 | 61.5 | 80.4 | MIT | 1 month ago | |
| whatwedo/php-coding-standard | 0.91 | — | 2 | 2 | 1 | 944 | 9 | 3.4 | 38.7 | MIT | 2 years ago | |
| moxio/php-codesniffer-sniffs | 0.91 | Custom PHP_CodeSniffer 3.x sniffs from Moxio to catch subtle PHP bugs and unexpected behavior. Provides a standalone ruleset or individual sniffs for other standards, enforcing safer comparisons, strict base64_decode, switch continue rules, and more. | 17 | 18 | 11 | 3K | 0 | 20.8 | 35.1 | MIT | 4 months ago | |
| webimpress/coding-standard | 0.90 | 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 | 67K | 5 | 9.2 | 52.2 | BSD-2-Clause | 1 year ago | |
| shiftonelabs/codesniffer-standard | 0.90 | 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 | 33 | 0 | 0.1 | 21.2 | MIT | — | |
| dosfarma/coding-standard | 0.89 | 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 | — | |
| phpcq/plugin-api | 0.89 | phpcq/plugin-api provides the plugin interfaces used by the phpcq tool runner, enabling PHP code quality checks to be integrated and automated in CI pipelines. It defines the contracts plugins implement to extend phpcq’s analysis and reporting. | 0 | 0 | 1 | 50 | 1 | 0.1 | 24.3 | MIT | — | |
| onramplab/onr-phpcs-laravel | 0.89 | 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 | 525 | 0 | 0.0 | 37.8 | Unlicense | — | |
| arty/php-coding-standard | 0.89 | — | 2 | 3 | 0 | 2 | 0 | 13.9 | 4.6 | MIT | 5 months ago | |
| codeat3/phpcs-styles | 0.89 | codeat3/phpcs-styles provides PHP_CodeSniffer rulesets and coding style configurations to standardize formatting and code quality across PHP projects, helping teams enforce consistent conventions in CI and local development. | 0 | 0 | 0 | 1K | 0 | 0.0 | 42.5 | — | — | |
| phpmyadmin/coding-standard | 0.89 | phpMyAdmin Coding Standard provides PHP_CodeSniffer rules based on the Doctrine Coding Standard. Install via Composer and run phpcs with the PhpMyAdmin standard to enforce consistent PHP style across your project. | 20 | 21 | 5 | 20K | 0 | 9.5 | 44.4 | MIT | 7 months ago | |
| setono/code-quality-pack | 0.89 | Laravel-friendly code quality pack with ready-to-use tools and config for static analysis, coding standards, refactoring, and CI checks. Helps keep projects consistent and maintainable with minimal setup, ideal for teams and shared repositories. | 7 | 7 | 0 | 979 | 0 | 27.6 | 33.6 | MIT | 1 month ago | |
| php-collective/code-sniffer | 0.89 | PHP CodeSniffer rulesets from PhpCollective: PSR-2 compliant with many extra sniffs/fixers (incl. PSR-12) plus a stricter PhpCollectiveStrict standard. Install via Composer, configure phpcs.xml, run phpcs/phpcbf to check and auto-fix code style. | 7 | 7 | 0 | 40K | 0 | 29.8 | 57.4 | MIT | 1 week ago | |
| worksome/coding-style | 0.88 | Worksome’s shared PHP coding style package. Generates ready-to-use configs for Easy Coding Standard (ECS), PHPStan, and Rector, extending PSR-12 with additional and customized rules. Install via Composer, generate stubs, and run via composer scripts. | 49 | 49 | 4 | 14K | 0 | 23.5 | 38.0 | MIT | 3 months ago | |
| phpcq/all-tasks | 0.88 | phpcq/all-tasks bundles the full set of PHPCQ tasks into one convenient package, so you can install and run multiple code quality tools with a single dependency. Ideal for setting up consistent linting, testing, and analysis in your PHP projects. | 4 | 4 | 1 | 44 | 0 | 0.1 | 13.7 | MIT | — | |
| phpcq/runner-bootstrap | 0.88 | Bootstrap package for phpcq/runner. Provides the minimal runtime setup to start the runner reliably in different environments, handling initial configuration and wiring so tools can execute consistently in CI and local setups. | 0 | 0 | 1 | 445 | 2 | 0.4 | 36.5 | — | — | |
| ezsystems/ezplatform-code-style | 0.88 | Code style tooling for eZ Platform projects. Provides shared coding standards and configuration to help keep PHP code consistent across teams and CI pipelines, improving readability, maintainability, and review efficiency. | 0 | 0 | 3 | 2K | 0 | 1.7 | 43.9 | NOASSERTION | 4 years ago | |
| netzmacht/phpspec-phpcq-plugin | 0.88 | PHPSpec plugin for the PHP Coding Quality (phpcq) toolchain. Integrates phpspec runs into phpcq pipelines, enabling automated specification testing as part of your QA checks, reporting, and CI workflows. | 0 | 0 | 0 | 22 | 0 | 0.0 | 18.8 | — | — |
How can I help you explore Laravel packages today?