Libraries tagged by sql query
mrjgreen/database
45117 Downloads
Expressive Database Layer for PHP - Based on Illuminate/Database
miradnan/laravel-model-caching
7134 Downloads
Adding cache for Laravel Eloquent queries
filisko/pdo-plus
16091 Downloads
PDO+ extends PDO in order to log all your queries. It also includes a Bar Panel for Tracy
jstayton/miner
11506 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
jasny/dbquery-mysql
25564 Downloads
Query builder and parser for MySQL
somnambulist/cte-builder
19345 Downloads
Library for programmatically making CTE SQL queries (WITH queries)
marcocesarato/sqlparser
29039 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.
zozlak/query-part
6573 Downloads
Container class for an SQL query and its parameters
szonov/sql-splitter
27005 Downloads
Library for parsing strings with multiple sql queries and split it to single queries
socialblue/laravel-query-adviser
3182 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
sebdesign/blade-sql-formatter
1133 Downloads
Display formatted SQL queries in your Laravel views
hungthai1401/laravel-sql-logger
318 Downloads
Log SQL queries in Laravel/Lumen framework
hemiframe/php-query-builder
12737 Downloads
Powerful and lightweight PHP SQL Query Builder
halloverden/symfony-doctrine-sql-logger-bundle
3375 Downloads
Better logging of SQL queries in Doctrine DBAL for Symfony.
crysalead/sql-dialect
8664 Downloads
SQL query builder.