Libraries tagged by sql parser
phpmyadmin/sql-parser
53705758 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
iamcal/sql-parser
47757642 Downloads
MySQL schema parser
greenlion/php-sql-parser
12962139 Downloads
A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
jasny/persist-sql-query
553281 Downloads
SQL Query builder and parser
timgws/query-builder-parser
409757 Downloads
Build complex Eloquent & QueryBuilder queries automatically when using jQuery-QueryBuilder
nilportugues/sql-query-formatter
1206020 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
sad_spirit/pg_builder
48271 Downloads
Query builder for Postgres backed by SQL parser
soundintheory/php-sql-parser
578080 Downloads
SQL parsing tools for PHP
udan11/sql-parser
7354 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
pimcore/search-query-parser
577428 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
butschster/dbml-parser
21643 Downloads
DBML (database markup language) parser written on PHP8.
staabm/sql-parser-util
1153624 Downloads
marcocesarato/sqlparser
47966 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.
nextras/multi-query-parser
25027 Downloads
Parses queries from a SQL file.
calebdw/pg-schema-parser
3561 Downloads
Parses the schema of a PostgreSQL database out of plain-text pg_dump output.