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 Codesniffer Laravel Package

squizlabs/php_codesniffer

PHP_CodeSniffer (PHPCS) provides phpcs to detect coding standard violations and phpcbf to automatically fix them. Tokenizes PHP files against defined standards to keep code clean and consistent, suitable for teams and CI.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
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 9 0 0.0 13.8 MIT-0
View on GitHub
Context7
unleashedtech/php-coding-standard 0.90 Opinionated PHP coding standard by Unleashed Tech, built on PHP-CS-Fixer rules and presets to keep code style consistent across projects. Easy to install via Composer and integrate into CI for automated linting and formatting. 0 1 0 3K 0 0.0 47.9 NOASSERTION
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 2K 0 27.2 42.7 MIT 1 month ago
View on GitHub
Context7
spryker/code-sniffer 0.89 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. 38 38 12 45K 6 31.4 52.6 MIT 3 weeks ago
View on GitHub
Context7
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
View on GitHub
Context7
phpcsstandards/phpcsextra 0.89 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 36 24.9 71.8 LGPL-3.0 8 months ago
View on GitHub
Context7
shiftonelabs/codesniffer-standard 0.89 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 24 0 0.1 19.3 MIT
View on GitHub
Context7
slevomat/coding-standard 0.89 1,479 1,486 194 3M 91 62.4 81.1 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
aik099/coding-standard 0.89 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 2K 49 15.1 48.3 BSD-3-Clause 7 years ago
View on GitHub
Context7
fig-r/psr2r-sniffer 0.88 PHP_CodeSniffer ruleset implementing PSR-2-R for PHP 8.1+ projects. Includes 190+ sniffs, supports CI, and can auto-fix many issues via phpcbf. Install with Composer and reference the bundled PSR2R ruleset in phpcs.xml. 32 33 8 27K 0 29.5 47.2 MIT 3 weeks ago
View on GitHub
Context7
webimpress/coding-standard 0.88 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 63K 5 9.2 52.0 BSD-2-Clause 1 year ago
View on GitHub
Context7
iodigital-com/php-code-sniffer-standard 0.88 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 620 1 12.8 37.6 MIT 6 months ago
View on GitHub
Context7
php-collective/code-sniffer 0.88 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 21K 0 29.9 55.4 MIT 1 month ago
View on GitHub
Context7
escapestudios/symfony2-coding-standard 0.88 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 102 123K 15 9.5 38.9 MIT
View on GitHub
Context7
jakub-onderka/php-code-style 0.88 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. 0 0 1 38 0 0.4 22.0 12 years ago
View on GitHub
Context7
ramsey/coding-standard 0.88 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. 9 9 4 4K 0 17.4 39.3 MIT 5 months ago
View on GitHub
Context7
phpcsstandards/phpcsdevtools 0.87 Developer tools for building and maintaining PHP_CodeSniffer standards. Helps scaffold sniffs, run and debug PHPCS rules, manage tests, and streamline local workflows so you can create, validate, and ship custom coding standards faster. 17 17 6 15K 4 4.2 42.9 LGPL-3.0 1 year ago
View on GitHub
Context7
binsoul/coding-standard 0.87 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
instaclick/symfony2-coding-standard 0.87 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
View on GitHub
Context7
corpus/coding-standard 0.86 0 0 0 4K 1 7.8 51.5 MIT 10 months 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.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
ecotone/kafka
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata