Libraries tagged by orm_model
tommyknocker/pdo-database-class
6099 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
thecodingmachine/tdbm-bundle
117439 Downloads
A Symfony bundle for TDBM.
pdphilip/opensearch
359861 Downloads
An OpenSearch implementation of Laravel's Eloquent ORM
pdphilip/elasticsearch
439541 Downloads
An Elasticsearch implementation of Laravel's Eloquent ORM
opis/database
85493 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder
limen/redmodel
787 Downloads
Make redis manipulations easy. Unify commands for all data types.
kobykorman/eloquentify
545 Downloads
Easily transform complex custom query results into fully hydrated hierarchical Eloquent models.
eloquent-filter/filter
345 Downloads
Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.
cycle/active-record
1852 Downloads
Provides a simple way to work with your database using Active Record pattern and Cycle ORM
atlas/mapper
73365 Downloads
A data mapper for the persistence model.
josegonzalez/cakephp-entity
36860 Downloads
Use model objects/classes instead of arrays in your CakePHP application
i-rocky/eloquent-dynamic-relation
17584 Downloads
Adds dynamic relationship capability to eloquent ORM models
gzero/eloquent-tree
58451 Downloads
Eloquent Tree is a tree model for Laravel Eloquent ORM.
snakano/propel-data-cache-behavior
44511 Downloads
A Propel ORM behavior that provide auto data caching to your model.
roddy/firestore-eloquent
2460 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.