PHPCompatibility is a set of rules for PHP_CodeSniffer that checks for PHP version compatibility in codebases. It helps developers identify features or syntax not supported in specific versions of PHP, which is critical for maintaining backward compatibility or upgrading PHP versions safely. It supports a wide range of PHP versions and is often used in CI workflows to ensure version compliance.
Features
- Detects deprecated or removed functions and syntax
- Supports compatibility checks for PHP 5.3 through 8.x
- Integrates with PHP_CodeSniffer for automated analysis
- Configurable to target specific PHP version ranges
- Identifies changes in function signatures and constants
- Useful in CI pipelines for validating cross-version support
Categories
LibrariesLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow PHPCompatibility
Other Useful Business Software
Orchestrate Your AI Agents with Zenflow
Zenflow orchestrates AI agents like a real engineering system. With parallel execution, spec-driven workflows, and deep multi-repo understanding, agents plan, implement, test, and verify end-to-end. Upgrade to AI workflows that work the way your team does.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PHPCompatibility!