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: 473 163 545
Dependents: 89
Suggesters: 1
Security: 0
Stars: 10 830
Watchers: 22
Forks: 52
Open Issues: 2
Requires
- php: ^8.1
Requires (Dev)
- doctrine/coding-standard: ^10
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
- psalm/plugin-phpunit: ^0.18.3
- vimeo/psalm: ^5.0
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).