Libraries tagged by sql query
halilcosdu/laravel-slower
16556 Downloads
Laravel Slower: Optimize Your DB Queries with AI
fobia/laravel-sphinx
121780 Downloads
A Laravel query builder for SphinxQL
vierge-noire/cakephp-test-suite-light
695500 Downloads
A test suite for CakePHP application based on Sql queries
somnambulist/cte-builder
30541 Downloads
Library for programmatically making CTE SQL queries (WITH queries)
marcocesarato/sqlparser
36735 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.
austinw/laravel-union-paginator
4302 Downloads
Combines data from multiple models into a single unified query using SQL unions, allowing for consistent pagination and customization across diverse data sources.
wp-forge/wp-query-builder
115802 Downloads
A lightweight and efficient SQL query builder for WordPress.
haruncpi/laravel-query-log
15491 Downloads
Log your all laravel sql query
pyaesoneaung/to-raw-sql
8650 Downloads
Get raw SQL from Laravel Query Builder
kodus/sql-split
205038 Downloads
A simple facility to split SQL files into individual queries - supports MySQL and PostgreSQL
still-code/ar-php-laravel
4218 Downloads
ar-php-laravel
davidecesarano/embryo-pdo
10391 Downloads
Embryo PDO is a PHP SQL query builder using PDO.
atm-code/ar-php-laravel
6227 Downloads
ar-php-laravel
sad_spirit/pg_builder
27146 Downloads
Query builder for Postgres backed by SQL parser
pecee/pixie
26113 Downloads
Lightweight, fast query-builder for PHP based on Laravel Eloquent but with less overhead.