doctrine / lexer
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
Fund package maintenance!
Patreon
Tidelift
www.doctrine-project.org/sponsorship.html
Installs: 361 778 492
Dependents: 74
Suggesters: 1
Security: 0
Stars: 10 626
Watchers: 23
Forks: 51
Open Issues: 4
Requires
- php: ^7.1 || ^8.0
Requires (Dev)
- doctrine/coding-standard: ^9.0
- phpstan/phpstan: ^1.3
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.5
- vimeo/psalm: ^4.11
README
Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).