Libraries tagged by sql query
marcocesarato/sqlparser
34347 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.
shipmonk/doctrine-mysql-optimizer-hints
10908 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL optimizer hints without need of native queries
zozlak/query-part
8994 Downloads
Container class for an SQL query and its parameters
szonov/sql-splitter
30858 Downloads
Library for parsing strings with multiple sql queries and split it to single queries
solution10/sql
119871 Downloads
Completely standalone, expressive SQL query creator. No database or ORM needed.
pthreat/sql-query-builder
4248 Downloads
SQL QueryInterface BuilderInterface supporting bindings and complex query generation.
kekos/query-builder
7220 Downloads
Small SQL query builder
hemiframe/php-query-builder
14318 Downloads
Powerful and lightweight PHP SQL Query Builder
halloverden/symfony-doctrine-sql-logger-bundle
4149 Downloads
Better logging of SQL queries in Doctrine DBAL for Symfony.
crysalead/sql-dialect
9390 Downloads
SQL query builder.
cerbero/sql-dumper
7476 Downloads
Laravel package to dump SQL queries.
abdulelahragih/querybuilder
991 Downloads
Fast, lightweight and simple SQL query builder that does not depend on any third-party library besides PDO to execute the queries in a safe way. The syntax is inspired by Laravel Query Builder.
silvershop/silverstripe-sqlquerylist
34268 Downloads
Wraps a SilverStripe SQLQuery in a SS_List
big-shark/sql-to-builder
81403 Downloads
SQL to query builder
nextras/multi-query-parser
3663 Downloads
Parses queries from a SQL file.