Libraries tagged by database queries
mayankjanidev/laravel-store
37 Downloads
Create reusable database queries and data objects in Laravel
ixnode/php-date-parser
540 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.
giordanolima/eloquent-repository
1284 Downloads
Repository pattern for Eloquent ORM with a powerfull cache for database queries.
drupal/sql_tools
3451 Downloads
Query database and table sizes, optimize tables and more.
harish81/laravel-duckdb
6679 Downloads
DuckDB CLI wrapper to interact with duckdb databases through laravel query builder.
ironbound/db
811 Downloads
Provides models and custom query objects for custom database tables in WordPress.
n2n/n2n-spec-dbo
3381 Downloads
Specifies an abstraction of database connection which also provides functionality to build queries independent of the used database engine.
roy404/eloquent
86 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
mjkhajeh/wporm
16 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
dazza-dev/laravel-batch-validation
137 Downloads
Batch validate arrays in Laravel and optimize database unique rules using whereIn to avoid N+1 query issues.
wplibs/database
1218 Downloads
WordPress database query builder, based on illuminate/database
squirrelphp/queries
3669 Downloads
Slimmed down concise interfaces and query builder for database queries and transactions which can be layered / decorated.
ngoctp/laravel-query-logger
14609 Downloads
Log database queries for Laravel project
mkrawczyk/db-query-translator
106 Downloads
Translator of database queries of multiple DBs
lucasdotvin/laravel-database-queries-counter
491 Downloads
This package provides a simple trait to check how many queries a test suite has performed.