Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Coding Standards Laravel Package

typo3/coding-standards

TYPO3 Coding Standards provides ready-to-use PHP_CodeSniffer rulesets and tooling to enforce TYPO3 and PSR coding style. Helps keep extensions and projects consistent via Composer, CI integration, and automated linting/fixing recommendations.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
escapestudios/symfony2-coding-standard 0.87 PHP_CodeSniffer ruleset applying Symfony2 coding standards. Helps enforce consistent formatting, naming, and best practices in Symfony/PHP projects. Easy to install via Composer and integrate into CI to catch style issues early. 406 410 103 126K 15 9.6 39.1 MIT
View on GitHub
Context7
webimpress/coding-standard 0.87 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
View on GitHub
Context7
yiisoft/yii2-coding-standards 0.86 Yii 2 coding standards package providing PHP_CodeSniffer ruleset, sniffs, and tooling configs based on PSR-12 with Yii2-specific tweaks. Use it to enforce Yii2 core style in framework development or in existing Yii2 applications. 182 186 49 38K 1 24.9 34.7 1 year ago
View on GitHub
Deep Wiki
Context7
ramsey/coding-standard 0.86 ramsey/coding-standard provides Ramsey’s PHP_CodeSniffer ruleset to enforce consistent, modern PHP style across projects. Easy to install, integrates with CI, and helps catch formatting and code quality issues early with sensible defaults. 10 10 4 2K 0 19.9 35.6 MIT 3 months ago
View on GitHub
Context7
aik099/coding-standard 0.85 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. 5 5 3 1K 49 15.1 45.6 BSD-3-Clause 7 years ago
View on GitHub
Context7
codeat3/phpcs-styles 0.85 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
View on GitHub
Context7
wayofdev/cs-fixer-config 0.84 5 5 0 2K 1 10.2 38.2 MIT 1 year ago
View on GitHub
Context7
contao/easy-coding-standard 0.84 Adds Easy Coding Standard support for Contao projects, providing a ready-to-use ECS configuration and rules to enforce consistent PHP coding style and quality checks across your codebase, helping keep formatting and standards aligned in CI and local workflows. 12 12 8 6K 0 0.3 36.7
View on GitHub
Context7
pccomponentes/coding-standard 0.84 PcComponentes Coding Standard adds PHP_CodeSniffer sniffs to enforce consistent PHP style. Install via Composer as a dev dependency and reference vendor/pccomponentes/coding-standard/src/ruleset.xml in your phpcs.xml(.dist) to apply the rules. 3 3 3 1K 0 18.9 37.9 MIT 6 months ago
View on GitHub
Context7
phpcsstandards/phpcsextra 0.84 PHPCSExtra adds extra rules, sniffs, and tooling to enhance PHP_CodeSniffer code style checks. Designed to complement existing standards, it helps catch more issues, enforce consistency, and integrate smoothly into CI for cleaner PHP codebases. 103 103 7 2M 25 23.6 68.2 LGPL-3.0 6 months ago
View on GitHub
Context7
friendsofphp/php-cs-fixer 0.83 PHP CS Fixer automatically fixes PHP code to match coding standards. Use built-in rule sets (PER-CS, Symfony, PhpCsFixer) or custom config to unify style, modernize PHP/PHPUnit code, and apply safe or risky migrations. Supports PHP 7.4–8.5. 13,520 13,609 1,635 5M 44 86.2 72.3 MIT 3 weeks ago
View on GitHub
Context7
phpcompatibility/php-compatibility 0.83 PHPCompatibility is a PHP_CodeSniffer ruleset that scans PHP code for cross-version compatibility issues. Check support for specific PHP versions, detect deprecated/removed features, and audit projects when upgrading or maintaining multi-version support. 2,290 2,304 205 2M 87 55.9 69.7 LGPL-3.0 6 months ago
View on GitHub
Context7
wdes/coding-standard 0.83 0 0 0 1K 0 3.0 43.6 Unlicense 2 years ago
View on GitHub
Context7
lcobucci/coding-standard 0.83 PHP_CodeSniffer ruleset based on Doctrine’s coding standard with small tweaks. Install and use it in your projects to enforce consistent formatting and code style via phpcs in CI and local development. 6 6 2 4K 1 22.8 43.1 MIT 1 month ago
View on GitHub
Context7
phpyh/coding-standard 0.83 PHPyh Coding Standard provides a ready-to-use PHP CS Fixer configuration for consistent formatting across your project. Install via Composer and apply the PhpCsFixerCodingStandard to your .php-cs-fixer.dist.php, with support for overriding rules. 23 23 1 2K 1 12.5 27.3 MIT 7 months ago
View on GitHub
Context7
fabpot/php-cs-fixer 0.83 PHP CS Fixer is a command-line tool for automatically fixing PHP coding standards issues. It formats and modernizes code using configurable rulesets, supports custom rule configurations, and helps keep projects consistent and clean across teams and CI. 13,520 13,538 1,634 21K 44 85.5 39.5 MIT 3 weeks ago
View on GitHub
Context7
onramplab/onr-phpcs-laravel 0.82 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
View on GitHub
Context7
dms/coding-standard 0.82 DMS Coding Standard provides a customized PHPCS ruleset for consistent PHP code style across repositories. Based on PSR-1/PSR-2 with Doctrine flavor, enforcing strict_types declarations and return type spacing rules. 1 1 1 160 0 0.9 26.4 2 years ago
View on GitHub
Context7
phlak/coding-standards 0.81 Predefined PHP-CS-Fixer coding standards by PHLAK. Install as a dev dependency, initialize via composer exec cs init or create a config using ConfigFactory with a Finder, then run php-cs-fixer. Supports adding or overriding rules via ConfigFactory::make(). 2 2 0 941 0 17.2 39.0 MIT 3 months ago
View on GitHub
Context7
eminiarts/aura-cms 0.65 0 0 0 14 1 21.2 21.3 MIT 3 days ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope