Libraries tagged by sql
pimcore/search-query-parser
379450 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
mouf/magic-query
209287 Downloads
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!
dietercoopman/laravel-showsql
36140 Downloads
A Laravel package to output an sql as given to the database
byjg/migration
63558 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
yiisoft/db-sqlite
108422 Downloads
SQLite driver for Yii Database
psx/sql
64724 Downloads
Generate type-safe PHP classes from your database
guanguans/laravel-dump-sql
26323 Downloads
laravel 中轻松容易的输出完整的 SQL 语句。 - Easy output of complete SQL statements for laravel framework.
ext-sqlite3
Downloads
staabm/sql-parser-util
320087 Downloads
spryker/sql-criteria-builder
2387782 Downloads
SqlCriteriaBuilder module
shipmonk/doctrine-hint-driven-sql-walker
30898 Downloads
Doctrine's SqlWalker that allows hooking multiple handlers via ->setHint() while each can edit produced SQL or its part.
radsectors/sqlshim
26785 Downloads
sqlsrv for Linux/OS X
pyaesoneaung/to-raw-sql
7090 Downloads
Get raw SQL from Laravel Query Builder
pmatseykanets/laravel-sql-migrations
28708 Downloads
Raw SQL migrations for Laravel
marcocesarato/sqlparser
29154 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.