roadrunner-php/version-checker
Lightweight RoadRunner + PHP version compatibility checker. Detects your installed PHP version and validates it against the RoadRunner runtime requirements, helping prevent mismatched upgrades and deployment issues in CI/CD or local environments.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spiral/roadrunner-cli | 0.81 | RoadRunner CLI provides handy commands for managing the RoadRunner PHP application server. Install the right rr binary for your OS/CPU, generate example .rr.yaml configs with plugins/presets, and streamline local and CI setup. | 30 | 30 | 15 | 527K | 0 | 15.5 | 59.0 | MIT | 7 months ago | |
| ocramius/package-versions | 0.80 | Fast, zero-I/O access to installed Composer package versions from composer.lock. Get dependency versions at runtime via PackageVersions\Versions::getVersion(), with versions compiled during install/update—ideal for building assets or artifacts based on dependency versions. | 3,171 | 3,180 | 73 | 382K | 1 | 43.9 | 34.6 | MIT | 2 months ago | |
| zendframework/zend-version | 0.79 | Lightweight Zend Framework component for reading and comparing Zend Framework version information. Helpful for diagnostics, compatibility checks, and conditional behavior in apps and libraries. Includes utilities to retrieve version strings and compare versions. | 7 | 6 | 7 | 14K | 7 | 1.1 | 32.5 | BSD-3-Clause | — | |
| jean85/pretty-package-versions | 0.79 | Lightweight wrapper to fetch human-friendly version strings for installed Composer dependencies. Works across Composer 1 and 2 with a smooth upgrade path, using the appropriate backend (InstalledVersions or package-versions-deprecated) as needed. | 1,312 | 1,316 | 15 | 10M | 0 | 13.0 | 53.0 | MIT | 1 year ago | |
| acti/am_i_up_to_date_sf | 0.79 | Symfony-focused helper to check whether your project’s dependencies are up to date. Adds a simple command/utility for scanning installed packages and reporting available updates, making it easier to spot outdated components during development or CI. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| craftcms/server-check | 0.78 | Command-line and web-based server requirements checker for Craft CMS 4. Run via curl|bash on Unix-like systems or upload the server/ folder to get HTML or plain-text reports. Supports strict mode and CI/Docker-friendly exit codes. | 68 | 68 | 16 | 103K | 1 | 24.5 | 50.1 | MIT | 3 months ago | |
| sstalle/php7cc | 0.78 | — | 1,510 | 1,456 | 121 | 1K | 20 | 19.0 | 10.6 | MIT | 9 years ago | |
| covex-nn/phpqatools | 0.77 | — | 4 | 5 | 0 | 0 | 0 | 0.0 | — | — | — | |
| symfony/requirements-checker | 0.77 | Symfony Requirements Checker is a small utility to verify your server meets Symfony’s requirements (PHP version, extensions, settings) before installing or deploying. Run it in CLI or via a web script to quickly spot missing dependencies and configuration issues. | 199 | 201 | 20 | 84K | 0 | 1.6 | 36.2 | MIT | — | |
| spatie/http-status-check | 0.77 | CLI tool to crawl a website and report HTTP status codes for every link. Scan internal and optionally external URLs, control concurrency for speed, and export failing (non-2xx/3xx) links to a file for quick auditing. | 600 | 601 | 87 | 71 | 0 | 6.1 | 0.3 | MIT | 3 years ago | |
| rregeer/phpunit-coverage-check | 0.77 | — | 60 | 63 | 15 | 150K | 2 | 4.1 | 47.5 | MIT | 6 years ago | |
| lookyman/coding-standard | 0.77 | 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 | 8 | 0 | 1.1 | — | MIT | 8 years ago | |
| phpcq/author-validation | 0.76 | CLI tool to validate author metadata across a repo: checks PHP file headers and composer.json/bower.json/packages.json against git history. Supports YAML config for author alias mapping, ignore/include/exclude rules, and copy-left enforcement. | 1 | 1 | 3 | 188 | 3 | 0.8 | 27.6 | MIT | — | |
| raulfraile/ladybug-installer | 0.76 | Composer installer for Ladybug, a PHP variable dumper/debug tool. Adds automatic setup during package installation so Ladybug integrates smoothly into your project with minimal manual configuration. | 4 | 5 | 4 | 228 | 1 | 1.8 | 23.0 | MIT | 12 years ago | |
| handcraftedinthealps/code-coverage-checker | 0.76 | CLI tool to enforce PHPUnit code coverage thresholds. Generate a coverage.php report, then check line/class/method coverage against a minimum percentage, optionally limited to specific directories—ideal for CI to fail builds when coverage drops. | 6 | 6 | 4 | 2K | 0 | 23.7 | 39.8 | MIT | 3 weeks ago | |
| phpcq/runner-bootstrap | 0.76 | Bootstrap package for phpcq/runner. Provides the minimal runtime setup to start the runner reliably in different environments, handling initial configuration and wiring so tools can execute consistently in CI and local setups. | 0 | 0 | 1 | 402 | 2 | 0.4 | 38.5 | — | — | |
| herrera-io/version | 0.76 | PHP library for Semantic Versioning (SemVer 2.0.0): parse versions into a builder, increment major/minor/patch, edit pre-release/build metadata, validate formats, compare versions, and dump back to strings for release tooling. | 115 | 115 | 18 | 2K | 1 | 1.0 | 12.4 | MIT | 12 years ago | |
| jakub-onderka/php-var-dump-check | 0.76 | Abandoned CLI tool that scans PHP projects for leftover debug dumps (var_dump, print_r, var_export, plus Tracy/Ladybug/Symfony/Laravel/Doctrine/Zend helpers). Supports excludes, extension filtering, and optional colored output via console highlighter. | 27 | 24 | 14 | 595 | 5 | 2.8 | 21.3 | NOASSERTION | 7 years ago | |
| demroos/versioning-bundle | 0.76 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| phpcq/travis-configuration-check | 0.76 | CLI tool to validate a project's .travis.yml against composer.json. Ensures required PHP versions are defined and covered in Travis, checks that Travis-listed PHP versions exist, and can fail on unmaintained PHP versions (pre-5.4). | 0 | 0 | 1 | 214 | 0 | 0.0 | 22.3 | MIT | — |
How can I help you explore Laravel packages today?