povils/phpmnd
PHPMND detects magic numbers in PHP code to improve readability and maintainability. Flags numeric literals that should be constants (0 and 1 ignored by default). Install via Composer and run vendor/bin/phpmnd locally or globally in CI and dev workflows.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nunomaduro/phpinsights | 0.84 | PHP Insights analyzes PHP code quality, style, architecture, and complexity from your terminal. Works out of the box with Laravel (artisan insights), Symfony, Yii, Magento, and more, with built-in checks for reliability and loose coupling. | 5,626 | 5,621 | 299 | 268K | 70 | 72.5 | 54.7 | MIT | 3 months ago | |
| 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 | 10.2 | 28.1 | MIT | 9 months ago | |
| adbario/php-dot-notation | 0.83 | Lightweight, fast dot-notation access for PHP arrays. Get, set, and manipulate nested data using keys like info.home.address, with optional auto-parsing of dot keys, custom delimiters, and ArrayAccess support so Dot objects behave like arrays. | 462 | 468 | 49 | 231K | 0 | 23.6 | 42.0 | MIT | 4 months ago | |
| enlightn/security-checker | 0.83 | CLI security checker for PHP/Laravel projects. Scans your composer.lock against FriendsOfPHP Security Advisories to detect vulnerable dependencies. Install via Composer or PHAR, run security:check, get ANSI/JSON output, optional no-dev filtering and allowlisting. | 339 | 341 | 27 | 258K | 4 | 8.4 | 41.9 | MIT | 2 years ago | |
| becklyn/mimeo | 0.83 | — | 1 | 1 | 0 | 178 | 0 | 1.2 | 27.0 | BSD-3-Clause | 4 years ago | |
| iodigital-com/php-code-sniffer-standard | 0.83 | 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 | 600 | 1 | 11.7 | 37.0 | MIT | 6 months ago | |
| gpupo/common | 0.82 | PHP 8+ utility library with common tools for building PHP components. Includes developer tooling such as generating PHPUnit TestCases from existing classes (dev/debug focus). Designed as a reusable library (not a standalone app or plugin). | 2 | 2 | 1 | 94 | 0 | 4.6 | 14.7 | MIT | 2 years ago | |
| ekapusta/doctrine-custom-types-bundle | 0.82 | — | 0 | 1 | 1 | 597 | 0 | 13.6 | 42.3 | — | 6 months ago | |
| mfn/php-cs-fixer-config | 0.82 | 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 | |
| phpro/grumphp | 0.82 | GrumPHP is a Composer plugin that installs Git hooks to run quality checks on every commit. It executes configured tasks like tests and linters, blocks failing commits, and helps teams enforce coding standards and best practices automatically. | 4,305 | 4,308 | 448 | 392K | 4 | 65.7 | 33.4 | MIT | 2 weeks ago | |
| contributte/qa | 0.82 | Contributte QA is a dev-only Composer package that bundles and streamlines PHP quality assurance tooling for your project. Install via composer require --dev contributte/qa and follow the included docs to integrate checks into your workflow/CI. | 2 | 3 | 6 | 9K | 0 | 11.5 | 52.3 | MIT | 7 months ago | |
| laminas/laminas-code | 0.81 | Generate, analyze, and manipulate PHP code with Laminas Code. Provides reflection utilities, code generators, docblock parsing, and class/file generation helpers for building frameworks, tooling, and meta-programming workflows. | 1,904 | 1,914 | 87 | 4M | 21 | 32.4 | 55.6 | BSD-3-Clause | 9 months ago | |
| woohoolabs/coding-standard | 0.81 | Woohoo Labs PHP Coding Standard for PHP_CodeSniffer, based on PSR-12 and inspired by Doctrine and Slevomat rules. Install via Composer and drop in the provided phpcs.xml to start enforcing consistent code style (PHP 7.4+). | 3 | 3 | 0 | 72 | 0 | 3.3 | 17.7 | MIT | 2 years ago | |
| becklyn/slug | 0.81 | — | 1 | 1 | 0 | 118 | 0 | 2.7 | 24.6 | BSD-3-Clause | 4 years ago | |
| dbrekelmans/coding-standard | 0.81 | PHP coding standard package based heavily on the Doctrine coding standard. Provides shared rules and configuration to enforce consistent formatting and style across projects, helping teams catch issues early and keep codebases clean. | 1 | 1 | 0 | 30 | 2 | 2.8 | 16.6 | MIT | 5 years ago | |
| becklyn/entity-admin | 0.80 | — | 1 | 1 | 0 | 96 | 0 | 2.1 | 23.4 | BSD-3-Clause | 4 years ago | |
| phpcr/phpcr-migrations | 0.80 | — | 42 | 42 | 4 | 17K | 3 | 2.8 | 36.1 | MIT | 2 years ago | |
| becklyn/schema-org | 0.80 | — | 5 | 5 | 0 | 22 | 0 | 3.6 | 9.2 | BSD-3-Clause | 4 years ago | |
| yiisoft/friendly-exception | 0.80 | Defines FriendlyExceptionInterface for exceptions that provide a human-friendly name and suggested solution. Lets error handlers detect these exceptions and display clearer, actionable information on error pages. Includes guidance for writing short, markdown-based solutions. | 49 | 49 | 11 | 70K | 1 | 8.0 | 45.9 | BSD-3-Clause | 8 months ago | |
| symfony/polyfill-php73 | 0.80 | Symfony Polyfill for PHP 7.3: provides fallback implementations of core features for older PHP versions, including array_key_first/last, hrtime, is_countable, and JsonException, ensuring consistent behavior across environments. | 2,370 | 2,387 | 6 | 6M | 0 | 27.0 | 53.0 | MIT | 3 months ago |
How can I help you explore Laravel packages today?