Libraries tagged by orm class
rekalogika/collections-contracts
748 Downloads
Interfaces and nominal classes for the rekalogika/collections library.
ijvo/kdyby-strict-objects
822 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
confetti-cms/foundation
350 Downloads
This is a package for the foundation of the Confetti CMS. For example, it contains the abstract ORM classes.
roddy/firestore-eloquent
286 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.
mouf/database.doctrine-orm-wrapper
5241 Downloads
This package contains wrapper classes that make Doctrine ORM easy to use in Mouf
idealogica/orm-helper
1203 Downloads
Collection of classes to simplify Doctrine ORM everyday usage
itvisionsy/simple-orm
153 Downloads
A simple PHP class to access your MySQL records.
renoki-co/laravel-steampipe
2 Downloads
Use Laravel's built-in ORM classes to query cloud resources with Steampipe.
smoren/query-relation-manager
355 Downloads
Class for building queries and making result array with relations (single and multiple)
samayo/styrofoam
20 Downloads
A tiny pdo wrapper class
rotexsoft/gdao
2981 Downloads
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.
npub/gos
1815 Downloads
SNILS validation and formatting class for PHP.
megapixel23/belongs-to-one
1609 Downloads
Belongs To One Laravel 5 Relation class
swayok/peskyorm-laravel
986 Downloads
Service Providers and other classes to replace laravel's Eloquent ORM by PeskyORM
roy404/eloquent
4 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.