Libraries tagged by orm class
itvisionsy/simple-orm
165 Downloads
A simple PHP class to access your MySQL records.
renoki-co/laravel-steampipe
3 Downloads
Use Laravel's built-in ORM classes to query cloud resources with Steampipe.
granadaorm/builder
153 Downloads
Class autogeneration for Granada ORM models
vendimia/helper
66 Downloads
Assorted helper classes
smoren/query-relation-manager
384 Downloads
Class for building queries and making result array with relations (single and multiple)
samayo/styrofoam
21 Downloads
A tiny pdo wrapper class
rotexsoft/gdao
3420 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.
peixinho/lazymephp
41 Downloads
LazyMePHP is a PHP framework designed for rapid development with a focus on class, form, and REST API generation from database tables.
megapixel23/belongs-to-one
1721 Downloads
Belongs To One Laravel 5 Relation class
decmuc/pdodb
213 Downloads
Modern, secure and fully compatible PDO-based replacement for ThingEngineer’s PHP-MySQLi-Database-Class
swayok/peskyorm-laravel
1069 Downloads
Service Providers and other classes to replace laravel's Eloquent ORM by PeskyORM
modufolio/appkit
70 Downloads
A lean PHP framework built on Symfony components and Doctrine ORM, with hand-wired DI, attribute routing, and first-class Inertia.js support
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
zarganwar/nextras-orm-generator
35 Downloads
Nextras ORM class generator
pdyn/orm
66 Downloads
Base ORM classes to easily implement data objects.