combyna / php-peg
PEG parser-generator for PHP
Installs: 752
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 53
pkg:composer/combyna/php-peg
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2025-09-21 22:49:22 UTC
README
This is a minimally invasive fork of hafriedlander/php-peg.
It contains the following fixes:
- Support for Composer autoloading (courtesy of hnesk/php-peg
- A fix for a segfault caused by catastrophic backtracking in a regex.