dmitry-php / sql-parser
A validating SQL lexer and parser with a focus on MySQL dialect.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/dmitry-php/sql-parser
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/php-code-coverage: ~2.0
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2025-10-01 14:45:54 UTC
README
Original project - https://github.com/udan11/sql-parser
SQL Parser
A validating SQL lexer and parser with a focus on MySQL dialect.
This library was originally developed for phpMyAdmin during the Google Summer of Code 2015.
This is an alpha version. For more information, please check: Overview or the Examples.