Libraries tagged by orm class
berlindb/core
441866 Downloads
A collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.
kdyby/strict-objects
1731404 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
tommyknocker/pdo-database-class
6078 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.
setono/doctrine-orm-trait
77615 Downloads
A very simple library that offers a trait to get the object manager and repository for a given class
stefangabos/zebra_database
12586 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
shopxo/shopxo
701 Downloads
ShopXO domestic leading enterprise-class B2C free open source e-commerce system!
detain/db_abstraction
2039 Downloads
Database Abstraction Class
josegonzalez/cakephp-entity
36611 Downloads
Use model objects/classes instead of arrays in your CakePHP application
jawira/entity-draw
29265 Downloads
This library generates class diagrams from your Doctrine ORM entities.
roddy/firestore-eloquent
1833 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.
rekalogika/doctrine-collections-decorator
54327 Downloads
Lets you easily create decorator classes to dynamically modify the behaviors of Doctrine Collection objects, including the collection objects used by Doctrine ORM in your entities.
colinmollenhour/mongodb-php-odm
6160 Downloads
MongoDb PHP ODM is a simple object wrapper for the Mongo PHP driver classes which makes using Mongo in your PHP application more like an ORM. It is designed for use with Kohana 3 but will integrate equally well with any PHP application.
phpmv/ubiquity-dev
18497 Downloads
dev classes for Ubiquity framework
pannella/laravel-cti
1730 Downloads
A Laravel package for Class Table Inheritance support with automatic subtype casting.
chamber-orchestra/doctrine-extensions-bundle
2705 Downloads
Lightweight Symfony Doctrine ORM extensions for PostgreSQL — entity traits, soft-delete filter, repository base classes, decimal type, random() DQL