ircmaxell / php-types
A PHP CFG Type Inference / Reconstruction Engine
Installs: 995
Dependents: 3
Suggesters: 0
Security: 0
Stars: 36
Watchers: 7
Forks: 6
Open Issues: 1
pkg:composer/ircmaxell/php-types
Requires
- php: >=5.5
- ircmaxell/php-cfg: ^0.5
Requires (Dev)
- fabpot/php-cs-fixer: 1.*
- phpunit/phpunit: ^4.7
This package is auto-updated.
Last update: 2025-10-01 17:15:05 UTC
README
A PHP Type reconstruction library!!!
This uses PHP-CFG as a base to reconstruct and infer types onto the graph.
For usage, check the tests...