|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| mohammad-fouladgar/eloquent-builder | 0.79 | — | 526 | 527 | 42 | 1K | 0 | 4.2 | 7.2 | MIT | 7 years ago | |
| symplify/coding-standard | 0.79 | Opinionated PHP coding standard with 23 fixers for clean, consistent, readable code—no config required. Designed to run with Symplify Easy Coding Standard (ECS); install via Composer and auto-fix formatting like arrays, strict types spacing, line length, and method chaining. | 381 | 383 | 25 | 80K | 0 | 10.3 | 27.5 | MIT | 1 month ago | |
| abenbachir/refactor-bundle | 0.78 | Laravel bundle that groups refactoring utilities and helpers to aid safe code changes. Provides commands and tooling to modernize and reorganize codebases, streamline maintenance, and support incremental refactors across projects. | 0 | 0 | 0 | 0 | 3 | 0.7 | 0.4 | — | — | |
| prooph/php-cs-fixer-config | 0.76 | Shared PHP-CS-Fixer configuration from the prooph team. Provides a ready-to-use ruleset and presets to keep PHP code style consistent across projects, with an easy way to apply and maintain formatting standards in CI or local development. | 24 | 24 | 7 | 3K | 0 | 3.3 | 28.0 | BSD-3-Clause | 1 year ago | |
| cdaguerre/robots-bundle | 0.76 | — | 0 | 0 | 1 | 0 | 0 | 2.1 | — | — | 8 years ago | |
| tivie/htaccess-parser | 0.76 | — | 57 | 58 | 15 | 46K | 0 | 4.6 | 41.0 | Apache-2.0 | 11 months ago | |
| fkr/cssurlrewrite-bundle | 0.76 | Symfony2/Assetic filter that rewrites relative url() paths in CSS so assets (images/fonts) resolve correctly after assets:install. Optionally rewrites only when the target file exists and can normalize/clean generated URLs. | 33 | 37 | 15 | 259 | 0 | 0.9 | 9.1 | — | 9 years ago | |
| devlabs91/cssurlrewrite-bundle | 0.76 | — | 0 | 0 | 0 | 5 | 0 | 0.0 | 10.8 | — | — | |
| a9f/fractor | 0.75 | — | 0 | 1 | 0 | 62K | 0 | 0.0 | 55.3 | NOASSERTION | — | |
| nilportugues/php_backslasher | 0.75 | CLI tool that scans PHP code and prefixes internal functions/constants (plus true/false/null) with a leading backslash for faster resolution, especially with OPcache. Run php bin/php_backslasher fix to update a directory. | 88 | 88 | 5 | 28 | 0 | 4.2 | 1.6 | MIT | 6 years ago | |
| slam/phpstan-extensions | 0.75 | PHPStan extensions with extra strict rules: unused variables, closure parameter typehints, enforce ::class notation, forbid goto, naming conventions, validate PHPUnit annotation FQCNs, and restrict access to globals/static properties in specific contexts. | 72 | 72 | 13 | 40K | 2 | 26.2 | 44.3 | MIT | 2 months ago | |
| mfn/php-cs-fixer-config | 0.75 | Opinionated PHP-CS-Fixer rule set for v3.11+ from mfn. Designed to be dropped into your own fixer config via Mfn\PhpCsFixer\Config::getRules(). Requires setRiskyAllowed(true). PRs welcome; issues disabled. | 0 | 0 | 0 | 399 | 0 | 17.4 | 40.2 | — | 4 months ago | |
| a9f/fractor-xml | 0.75 | — | 0 | 0 | 1 | 45K | 0 | 0.0 | 55.3 | MIT | — | |
| a9f/fractor-typoscript | 0.75 | — | 0 | 0 | 1 | 62K | 0 | 0.0 | 55.3 | — | — | |
| fabpot/php-cs-fixer | 0.75 | Automatically fix PHP coding standards issues and unify style across your codebase. Includes rule sets like PER-CS, Symfony, and PhpCsFixer, plus configurable rules and migrations to modern PHP and PHPUnit. Supports PHP 7.4–8.5. | 13,545 | 13,555 | 1,640 | 13K | 43 | 90.3 | 37.9 | MIT | 6 days ago | |
| hiqdev/hidev-php | 0.75 | HiDev plugin for PHP projects providing standard project scaffolding and automation: generates/maintains .gitignore, LICENSE, README, CHANGELOG, composer.json, and integrates PHP-CS-Fixer, PHPStan, PHPUnit, Travis CI, and Scrutinizer configs. | 3 | 4 | 2 | 323 | 0 | 6.7 | 26.4 | BSD-3-Clause | 7 years ago | |
| andersundsehr/grumphp-fractor-task | 0.75 | GrumPHP task for running Fractor (TYPO3 Fractor) in your Git hooks. Configure fractor.php path, file extensions, ignore patterns, cache clearing, and diff output to enforce automated refactoring checks on commit. | 0 | 0 | 0 | 447 | 0 | 15.2 | 41.3 | GPL-3.0 | 3 months ago | |
| slam/php-cs-fixer-extensions | 0.74 | Extensions and ready-to-use rulesets for FriendsOfPHP PHP-CS-Fixer. Adds custom fixers like final_abstract_public, final_internal_class, utf8 cleanup, inline comment spacing, function reference spacing, and PHP-only proxy fixers for consistent code style. | 68 | 68 | 2 | 7K | 1 | 22.0 | 31.3 | MIT | 4 months ago | |
| friendsofphp/php-cs-fixer | 0.74 | PHP CS Fixer automatically detects and fixes PHP coding style issues, applying built-in rule sets (PER-CS, Symfony, PhpCsFixer) or custom configs. Helps modernize code for newer PHP/PHPUnit. Install via Composer; supports PHP 7.4–8.5. | 13,545 | 13,631 | 1,640 | 5M | 43 | 91.5 | 73.8 | MIT | 6 days ago | |
| a9f/typo3-fractor | 0.74 | Automate TYPO3 upgrades by refactoring not only PHP but also TypoScript, YAML, and Fluid templates. Built as an enhancement to TYPO3-Rector, run Fractor with configurable rule sets and dry-run support to review safe, version-controlled migrations. | 21 | 21 | 0 | 62K | 0 | 0.1 | 47.7 | MIT | — |
How can I help you explore Laravel packages today?