Libraries tagged by sql-queries
marcocesarato/sqlparser
32878 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
50660 Downloads
Driver agnostic SQL query builder.
koriym/query-locator
232175 Downloads
Load and manage SQL queries from files
still-code/ar-php-laravel
2812 Downloads
ar-php-laravel
guanguans/soar-php
13411 Downloads
SQL optimizer and rewriter(assisted SQL tuning). - SQL 优化器和重写器(辅助 SQL 调优)。
wp-forge/wp-query-builder
78494 Downloads
A lightweight and efficient SQL query builder for WordPress.
haruncpi/laravel-query-log
14341 Downloads
Log your all laravel sql query
atm-code/ar-php-laravel
5829 Downloads
ar-php-laravel
zozlak/query-part
8448 Downloads
Container class for an SQL query and its parameters
szonov/sql-splitter
30033 Downloads
Library for parsing strings with multiple sql queries and split it to single queries
sqltools/where
67924 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
socialblue/laravel-query-adviser
3280 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
1519 Downloads
Display formatted SQL queries in your Laravel views
rstriquer/eloquent-logger
1958 Downloads
Write SQL queries to a file into Laravel "storage/logs" directory.
kekos/query-builder
6554 Downloads
Small SQL query builder