dansan/php-backport
Dev tool to backport PHP source code for older runtimes (e.g., PHP 7.2+ features down to PHP 7.0). Configure directories to port, run a script on a *_bp branch, commit/push, then require the backported dev branch in Composer.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| mark-gerarts/phpstan-automapper-plus | 0.82 | PHPStan extension for AutoMapper+ that suppresses false “map() invoked with 3 parameters” errors while MapperInterface lacks the optional $context parameter (added post-1.0, formal in 2.0). Install via extension-installer or include phpstan.neon. | 0 | 0 | 1 | 6K | 1 | 0.5 | 51.8 | — | 6 years ago | |
| axstrad/use-case-test-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| milestone/teebpd | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 1.5 | — | — | 7 years ago | |
| demontpx/util-bundle | 0.81 | — | 0 | 0 | 0 | 1 | 0 | 0.1 | 4.2 | MIT | — | |
| wp-cli/php-cli-tools | 0.81 | — | 683 | 699 | 114 | 909K | 0 | 32.1 | 49.3 | MIT | 2 months ago | |
| phpcq/all-tasks | 0.81 | phpcq/all-tasks bundles the full set of PHPCQ tasks into one convenient package, so you can install and run multiple code quality tools with a single dependency. Ideal for setting up consistent linting, testing, and analysis in your PHP projects. | 4 | 4 | 1 | 86 | 0 | 0.1 | 17.4 | MIT | — | |
| open-southeners/extended-php | 0.81 | Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. | 0 | 0 | 0 | 107 | 0 | 14.4 | 29.9 | MIT | 7 months ago | |
| spatie/7to5 | 0.80 | Abandoned. Converts PHP 7.0 code to PHP 5, useful when developing on PHP 7 but deploying to PHP 5. Provides a CLI to convert entire directories and rewrites features like anonymous classes, type hints, return types, and null coalescing. | 177 | 175 | 33 | 322 | 0 | 2.6 | 4.4 | MIT | 8 years ago | |
| arty/php-coding-standard | 0.79 | — | 2 | 3 | 0 | 2 | 0 | 13.8 | 4.6 | MIT | 5 months ago | |
| sstalle/php7cc | 0.79 | — | 1,510 | 1,456 | 121 | 1K | 20 | 19.0 | 10.9 | MIT | 8 years ago | |
| roave/backward-compatibility-check | 0.78 | Checks your PHP library for backward compatibility breaks between git tags/versions. Designed for CI: compares the last SemVer tag to current HEAD, reports API breaks, and exits non-zero on failure. Install via Composer or run in Docker. | 597 | 596 | 66 | 121K | 37 | 44.3 | 52.7 | MIT | 1 month ago | |
| beloop/core | 0.78 | Core component of the Beloop LMS suite: shared foundations used by other Beloop components and bundles built on Symfony. MIT licensed. Read-only split package—use the main beloop/components repository for issues, questions, and PRs. | 0 | 0 | 0 | 0 | 0 | 1.4 | — | — | 6 years ago | |
| islandora/crayfish-commons | 0.78 | Shared PHP 8+ library for Islandora Crayfish microservices. Provides common Symfony bundle utilities such as ApixMiddleware and command execution services, with simple configuration for Fedora base URI and AP-IX middleware support. | 2 | 2 | 11 | 855 | 0 | 2.8 | 33.9 | MIT | 1 year ago | |
| webmozarts/console-parallelization | 0.78 | Parallelize Symfony Console commands using multiple processes. A main process distributes items to child workers, restarts workers after segments to avoid slowdown, and supports batching with hooks for setup/teardown (e.g., DB flush) for faster bulk jobs. | 227 | 227 | 17 | 57K | 6 | 12.2 | 36.4 | MIT | 1 year ago | |
| gpupo/common | 0.78 | 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 | 129 | 0 | 4.6 | 16.0 | MIT | 2 years ago | |
| laminas/laminas-code | 0.78 | 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,910 | 1,915 | 89 | 3M | 21 | 35.2 | 56.8 | BSD-3-Clause | 7 months ago | |
| phpyh/coding-standard | 0.77 | 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 | 1K | 1 | 11.2 | 26.1 | MIT | 8 months ago | |
| symfony/polyfill-php73 | 0.77 | 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,384 | 2,388 | 6 | 6M | 0 | 29.5 | 54.2 | MIT | 2 months ago | |
| ekapusta/doctrine-custom-types-bundle | 0.77 | — | 0 | 1 | 1 | 616 | 0 | 15.2 | 43.0 | — | 4 months ago | |
| sirbrillig/phpcs-import-detection | 0.77 | PHPCS sniffs that warn when classes/functions/constants are used without an explicit import or fully-qualified name, and flags unused imports. Helps catch namespace issues during refactors (note: PHP 8 tokenization bug/performance caveats). | 32 | 32 | 7 | 8K | 10 | 8.4 | 36.3 | NOASSERTION | 3 years ago |
How can I help you explore Laravel packages today?