Libraries tagged by sql-queries
marcocesarato/sqlparser
37613 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.
makinacorpus/query-builder
87079 Downloads
Driver agnostic SQL query builder.
koriym/query-locator
262546 Downloads
Load and manage SQL queries from files
still-code/ar-php-laravel
4358 Downloads
ar-php-laravel
wp-forge/wp-query-builder
119958 Downloads
A lightweight and efficient SQL query builder for WordPress.
haruncpi/laravel-query-log
15750 Downloads
Log your all laravel sql query
glushkovds/clickhouse-builder
42990 Downloads
Clickhouse sql query builder, forked from the-tinderbox/ClickhouseBuilder
davidecesarano/embryo-pdo
10726 Downloads
Embryo PDO is a PHP SQL query builder using PDO.
pthreat/sql-query-builder
5553 Downloads
SQL QueryInterface BuilderInterface supporting bindings and complex query generation.
atm-code/ar-php-laravel
6272 Downloads
ar-php-laravel
szonov/sql-splitter
32132 Downloads
Library for parsing strings with multiple sql queries and split it to single queries
sqltools/where
79701 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
solution10/sql
120527 Downloads
Completely standalone, expressive SQL query creator. No database or ORM needed.
socialblue/laravel-query-adviser
3345 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
1996 Downloads
Display formatted SQL queries in your Laravel views