Libraries tagged by sql parser
phpmyadmin/sql-parser
43330514 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
iamcal/sql-parser
2433550 Downloads
MySQL schema parser
greenlion/php-sql-parser
9425231 Downloads
A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
jasny/persist-sql-query
379466 Downloads
SQL Query builder and parser
timgws/query-builder-parser
350574 Downloads
Build complex Eloquent & QueryBuilder queries automatically when using jQuery-QueryBuilder
nilportugues/sql-query-formatter
916743 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
staabm/sql-parser-util
581729 Downloads
soundintheory/php-sql-parser
394582 Downloads
SQL parsing tools for PHP
udan11/sql-parser
1632 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
pimcore/search-query-parser
442815 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
sqlftw/sqlftw
57997 Downloads
Complete MySQL SQL dialect lexer, parser, AST and SQL serialisation
marcocesarato/sqlparser
34171 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
manticoresoftware/php-sql-parser
45973 Downloads
A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
butschster/dbml-parser
10607 Downloads
DBML (database markup language) parser written on PHP8.
sad_spirit/pg_builder
25937 Downloads
Query builder for Postgres backed by SQL parser