Libraries tagged by database queries
alexoliverwd/basic-sqlite
98 Downloads
A simple SQLite helper that makes executing queries easier.
timetoogo/penumbra
8 Downloads
Domain oriented ORM with PHP integrated query for PHP 5.4+
shso/laravel-cassandra
6648 Downloads
Cassandra based query builder for laravel.
alexbilbie/mongoqb
12494 Downloads
Mongo Query Builder
samirzz/jldb
13 Downloads
Simple and powerfull tool that allows to use json file like a database. It provides collection of methods that you can use like a database query builder.
mayankjanidev/laravel-store
72 Downloads
Create reusable database queries and data objects in Laravel
marcocesarato/cpdo
289 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
ixnode/php-date-parser
590 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.
harish81/laravel-duckdb
6684 Downloads
DuckDB CLI wrapper to interact with duckdb databases through laravel query builder.
9raxdev/mysql-struct-sync
97 Downloads
可用于帮助开发人员比较两个数据库之间的差异(表,列,约束,事件,函数,存储过程,触发器,视图),并生成更新语句。Can be used to synchronize database structures, compare differences(table,column,constraints,events,functions,procedures,triggers,views) between databases and generating queries.
ironbound/db
811 Downloads
Provides models and custom query objects for custom database tables in WordPress.
somnambulist/read-models
3140 Downloads
A stripped down active-record'ish query layer for fetching data from your database.
mjkhajeh/wporm
69 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.
wplibs/database
1219 Downloads
WordPress database query builder, based on illuminate/database
squirrelphp/queries
3687 Downloads
Slimmed down concise interfaces and query builder for database queries and transactions which can be layered / decorated.