Libraries tagged by orm class
berlindb/core
470424 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
1743778 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
colinmollenhour/mongodb-php-odm
6425 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.
tommyknocker/pdo-database-class
6169 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
98504 Downloads
A very simple library that offers a trait to get the object manager and repository for a given class
shopxo/shopxo
702 Downloads
ShopXO domestic leading enterprise-class B2C free open source e-commerce system!
detain/db_abstraction
3290 Downloads
Database Abstraction Class
jawira/entity-draw
35954 Downloads
This library generates class diagrams from your Doctrine ORM entities.
roddy/firestore-eloquent
3192 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
56174 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.
vrok/doctrine-addons
8893 Downloads
Doctrine ORM type & helper classes
voodoophp/voodorm
10503 Downloads
VoodOrm is a micro-ORM which functions as both a fluent select query API and a CRUD model class.
petrknap/eloquent
2080 Downloads
A collection of enhancements and helper classes for Eloquent
pannella/laravel-cti
2524 Downloads
A Laravel package for Class Table Inheritance support with automatic subtype casting.
chamber-orchestra/doctrine-extensions-bundle
4246 Downloads
Lightweight Symfony Doctrine ORM extensions for PostgreSQL — entity traits, soft-delete filter, repository base classes, decimal type, random() DQL