Download the PHP package devrabiul/laravel-php-inspector without Composer
On this page you can find all versions of the php package devrabiul/laravel-php-inspector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download devrabiul/laravel-php-inspector
More information about devrabiul/laravel-php-inspector
Files in devrabiul/laravel-php-inspector
Package laravel-php-inspector
Short Description A Laravel package to inspect PHP code for version compatibility using PHPCompatibility and PHP_CodeSniffer.
License MIT
Homepage https://github.com/devrabiul/laravel-php-inspector
Informations about the package laravel-php-inspector
π΅οΈ LaravelPhpInspector
LaravelPhpInspector is a developer tool for Laravel that helps you check your projectβs PHP 8.4 and Laravel 12 compatibility.
It uses PHP_CodeSniffer and the PHPCompatibility ruleset under the hood to scan your code and highlight deprecated functions, syntax issues, and Laravel helper changes.
π Live Demo
π Try the Live Demo

β¨ Features
- β Detects deprecated PHP functions, classes, and syntax
- β Highlights Laravel helpers and validation rules that need updating
- β Compatible with PHP 8.4
- β Works with Laravel 10, 11, and 12
- β
Excludes
vendor/,node_modules/, and public assets by default - β Provides Artisan command for easy inspection
π¦ Installation
Install the package via Composer:
`
Then publish the package config:
βοΈ Usage
Run the inspector to check your Laravel app for PHP compatibility:
Available Options
-
--php=β Target PHP version (overrides config) Example: --path=β Specific path to scan (overrides config) Example:
By default, the command scans your entire Laravel project (excluding vendor/, storage/, and *.blade.php files).
π― Get Started Today!
Experience the magic of LaravelPhpInspector and enrich your Laravel application with modern PHP compatibility checks.
- π GitHub: devrabiul/laravel-php-inspector
- π Live Demo: laravel-php-inspector.rixetbd.com
- π Packagist: packagist.org/packages/devrabiul/laravel-php-inspector
π€ Contributing
We welcome contributions! Please fork the repository, make your changes, and submit a pull request. For feature requests or issues, open a GitHub issue.
π License
This package is open-source software licensed under the MIT license.
π± Treeware
This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest youβll be creating employment for local families and restoring wildlife habitats.
π¬ Contact
For support or inquiries, feel free to reach out: π§ [email protected]
All versions of laravel-php-inspector with dependencies
phpcsstandards/php_codesniffer Version ^4.0
phpcompatibility/php-compatibility Version ^9.3
dealerdirect/phpcodesniffer-composer-installer Version ^1.1