Libraries tagged by fluent query
kaizencoders/wp-fluent
8 Downloads
A lightweight, expressive database query builder for WordPress which can be referred to as a Database Abstraction Layer. WP Fluent uses the same **wpdb** instance and takes care of query sanitization, table prefixing and many other things with a unified API.
ceddyg/query-builder-repository
750 Downloads
Repository using query builder. To return a Collection of stdClass or a simple stdClass. It's faster and use less memory than Eloquent if you just want data from database.
jsooo/jidiorm
75 Downloads
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP7
chezrd/idiorm
252 Downloads
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5 with sql_calc_found_rows addition
voku/idiorm
7660 Downloads
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5
indgy/phluent
14 Downloads
A dependency free lightweight fluent SQL query builder using PDO
bentools/where
5229 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
agungsugiarto/codeigniter4-orm
10 Downloads
A Fluent ORM based model and query builder for CodeIgniter4.
twister/sql
34 Downloads
SQL Query String Builder
ajur-media/fluentpdo
574 Downloads
[FORK] FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
querycase/database
0 Downloads
Querycase provides a convenient, fluent interface for creating and running database queries in WordPress.
p810/mysql-helper
75 Downloads
A fluent query builder and lightweight data mapper for MySQL
mjkhajeh/wporm
8 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.
kuiper/db
2440 Downloads
A PDO extension that provides lazy connections, auto reconnecting, and fluent query builder
kevinsperrine/idiorm
584 Downloads
Completely refactored, PSR compliant, version of Idiorm: a lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.