Libraries tagged by sql parser
iamcal/sql-parser
37576346 Downloads
MySQL schema parser
phpmyadmin/sql-parser
52509616 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
greenlion/php-sql-parser
12503398 Downloads
A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
jasny/persist-sql-query
531513 Downloads
SQL Query builder and parser
timgws/query-builder-parser
405026 Downloads
Build complex Eloquent & QueryBuilder queries automatically when using jQuery-QueryBuilder
nilportugues/sql-query-formatter
1169916 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
staabm/sql-parser-util
1094292 Downloads
soundintheory/php-sql-parser
558403 Downloads
SQL parsing tools for PHP
udan11/sql-parser
6473 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
pimcore/search-query-parser
562944 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
butschster/dbml-parser
19853 Downloads
DBML (database markup language) parser written on PHP8.
sad_spirit/pg_builder
41249 Downloads
Query builder for Postgres backed by SQL parser
marcocesarato/sqlparser
46394 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
20342 Downloads
Parses queries from a SQL file.
flow-php/pg-query-ext
11647 Downloads
PostgreSQL query parser PHP extension using libpg_query