Registry / utility / wapmorgan-php-deprecation-detector

wapmorgan-php-deprecation-detector

JSON →
library2.0.33phppackagistunverified

Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.

composer require wapmorgan/php-deprecation-detector
INSTALL
IMPORT
SIG · WAPMORGAN-PHP-DEPR
W
wapmorgan-php-deprecation-detector
utilityphpv2.0.33
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PhpDeprecationDetector
use Wapmorgan\PhpDeprecationDetector\PhpDeprecationDetector;

Scans a directory for deprecated PHP code usage.

use Wapmorgan\PhpDeprecationDetector\PhpDeprecationDetector; $detector = new PhpDeprecationDetector(); $result = $detector->detect('/path/to/scan'); foreach ($result->getErrors() as $error) { echo $error->getMessage() . PHP_EOL; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.33latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
wapmorgan-php-deprecation-detector — pip install wapmorgan-php-deprecation-detector · libregistry