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