Libraries tagged by database query
javanile/moldable
63 Downloads
Uknown PHP Database Abstraction Layer
jarjak/dbal-manager-bundle
8580 Downloads
Bundle to provide DBALManager as a Symfony service.
ericdowell/feature-toggle
521 Downloads
Simple feature toggle api for Laravel applications.
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
69 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
588 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.
9raxdev/mysql-struct-sync
96 Downloads
可用于帮助开发人员比较两个数据库之间的差异(表,列,约束,事件,函数,存储过程,触发器,视图),并生成更新语句。Can be used to synchronize database structures, compare differences(table,column,constraints,events,functions,procedures,triggers,views) between databases and generating queries.
gp/dbms
114 Downloads
Simple PHP Database tool with QueryParam class supports mysqli and pdo
flatbase/flatbase
8769 Downloads
Standalone queryable flat file database
ironbound/db
811 Downloads
Provides models and custom query objects for custom database tables in WordPress.
alirzaj/laravel-elasticsearch-builder
6543 Downloads
a query builder for elasticsearch database
the-don-himself/gremlin-ogm
1886 Downloads
A PHP Object Graph Mapper for Tinkerpop 3+ compatible Graph Databases (JanusGraph, Neo4j, etc.) that allows you to persist data and run gremlin queries.
somnambulist/read-models
3140 Downloads
A stripped down active-record'ish query layer for fetching data from your database.
mjkhajeh/wporm
67 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.