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

Php Code Style Laravel Package

jakub-onderka/php-code-style

A PHP coding style toolkit for consistent formatting and style enforcement across projects. Helps standardize code layout and conventions, making reviews easier and reducing style-related noise in diffs for teams and CI pipelines.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
lookyman/coding-standard 0.93 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 0 0 1.1 MIT 8 years ago
View on GitHub
Context7
ecphp/php-conventions 0.91 Predefined GrumPHP configuration for PHP projects at the European Commission. Adds quality checks via git hooks (or manual runs): license file, composer validation/normalization, linters (YAML/JSON/PHP), Twig CS, PHP-CS-Fixer, PHPCS, PHPStan, Psalm. 1 1 1 181 0 0.9 27.1 BSD-3-Clause 4 years ago
View on GitHub
Context7
spryker/code-sniffer 0.91 Spryker Code Sniffer is a PHP_CodeSniffer ruleset for Spryker projects. Enforces Spryker coding standards and best practices, supports automated code style checks in CI, and helps keep code consistent across teams and modules. 37 37 12 40K 6 25.9 50.4 MIT 3 months ago
View on GitHub
Context7
codeat3/phpcs-styles 0.91 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
onramplab/onr-phpcs-laravel 0.91 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
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 237 4 1.2 0.8 6 years ago
View on GitHub
Context7
iodigital-com/php-code-sniffer-standard 0.91 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 561 1 15.4 37.4 MIT 4 months ago
View on GitHub
Context7
arty/php-coding-standard 0.91 2 3 0 2 0 14.0 4.6 MIT 5 months ago
View on GitHub
Context7
sabre/cs 0.91 Developer-only package providing shared coding standards for sabre/* projects. Install via Composer to enforce consistent style across sabre packages; mainly useful if you maintain or create sabre components. 5 3 5 2K 0 0.1 23.8 BSD-3-Clause
View on GitHub
Context7
phpyh/coding-standard 0.90 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.90 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
camelot/coding-style 0.90 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 0 0 0.1 MIT
View on GitHub
Context7
mll-lab/php-cs-fixer-config 0.90 Shared php-cs-fixer configuration package. Install as a dev dependency and use the config($finder) helper in .php-cs-fixer.php. Optionally enable risky rules via risky($finder), override specific rules, or further customize the returned Config instance. 0 0 0 9K 0 21.5 60.7 MIT 4 months ago
View on GitHub
Context7
friendsofphp/php-cs-fixer 0.90 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
pccomponentes/coding-standard 0.90 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
aik099/coding-standard 0.90 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
ibexa/code-style 0.89 Ibexa coding standards bundle: PHP-CS-Fixer internal config factory, rulesets, CI/IDE helpers, hooks and contribution templates. Install as a dev dependency and add a .php-cs-fixer.php to apply Ibexa style, with optional parallel runs. 0 0 1 16K 0 22.4 64.7 NOASSERTION 3 weeks ago
View on GitHub
Context7
binsoul/coding-standard 0.89 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
View on GitHub
Context7
chiiya/code-style-php 0.89 Reusable code style configs for PHP 8.1+ projects, combining PHP-CS-Fixer, EasyCodingStandard (ECS), and Rector. Install via Composer and import the provided rule sets into your tool config files to standardize formatting and refactors. 0 0 1 493 0 0.2 37.6
View on GitHub
Context7
consistence/coding-standard 0.89 PHP coding standard for Consistence projects: a ready-to-use PHP_CodeSniffer ruleset plus configuration to enforce consistent style, naming, and best practices across codebases. Easy to adopt in CI and local development to keep code clean and uniform. 76 78 22 4K 4 11.8 27.0 NOASSERTION 6 years 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