Libraries tagged by query parser
phpmyadmin/sql-parser
54100287 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
io-developer/php-whois
2960808 Downloads
PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible
netgen/query-translator
2155024 Downloads
Query Translator is a search query translator with AST representation
timgws/query-builder-parser
411536 Downloads
Build complex Eloquent & QueryBuilder queries automatically when using jQuery-QueryBuilder
jasny/persist-sql-query
559101 Downloads
SQL Query builder and parser
nilportugues/sql-query-formatter
1221047 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
sad_spirit/pg_builder
52747 Downloads
Query builder for Postgres backed by SQL parser
rowbot/url
736804 Downloads
A WHATWG URL spec compliant URL parser for working with URLs and their query strings.
pimcore/search-query-parser
583679 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
gdbots/query-parser
170127 Downloads
Php library that converts search queries into terms, phrases, hashtags, mentions, etc.
league/uri-query-parser
382395 Downloads
parse and build a query string the right way in PHP
udan11/sql-parser
7757 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
graviton/rql-parser
109620 Downloads
marcocesarato/sqlparser
48549 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.
pecee/boolean-query-parser
26922 Downloads
Convert a boolean search query into a query that is compatible with a fulltext search.