Libraries tagged by dsql
shipmonk/doctrine-mysql-index-hints
97011 Downloads
Custom SQL walker for Doctrine allowing usage of MySQL index hints without need of native queries
pimcore/search-query-parser
378408 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
mouf/magic-query
209029 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
36050 Downloads
A Laravel package to output an sql as given to the database
byjg/migration
63414 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
yiisoft/db-sqlite
108337 Downloads
SQLite driver for Yii Database
ext-sqlite3
Downloads
staabm/sql-parser-util
317616 Downloads
spryker/sql-criteria-builder
2384974 Downloads
SqlCriteriaBuilder module
shipmonk/doctrine-hint-driven-sql-walker
29973 Downloads
Doctrine's SqlWalker that allows hooking multiple handlers via ->setHint() while each can edit produced SQL or its part.
radsectors/sqlshim
26731 Downloads
sqlsrv for Linux/OS X
pyaesoneaung/to-raw-sql
7064 Downloads
Get raw SQL from Laravel Query Builder
psx/sql
64676 Downloads
Generate type-safe PHP classes from your database
pmatseykanets/laravel-sql-migrations
28705 Downloads
Raw SQL migrations for Laravel
marcocesarato/sqlparser
29080 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.