Libraries tagged by orm database
lloydzhou/activerecord
99 Downloads
micro activerecord library in PHP(only 400 lines with comments), support chain calls and relations(HAS_ONE, HAS_MANY, BELONGS_TO).
laramore/proxies
1126 Downloads
Define a proxy management in Laramore
k-gun/oppa
97 Downloads
Oppa: Database abstraction, query building and active record implementation with PHP.
foxorm/foxorm
395 Downloads
FoxORM - The PHP full-featured ORM
burzum/cakephp-serialize-data-types
6249 Downloads
Serialize-able data types for the CakePHP ORM
brouwers/laravel-doctrine
2814 Downloads
A Doctrine ORM bridge for Laravel 5
atk4/laravel-ad
12 Downloads
Extension for Laravel to natively integrate with Agile Data (http://git.io/ad)
kricha/doctrine-audit-bundle
4109 Downloads
This bundle creates audit logs for all doctrine ORM database related changes.
sagi/sagi
2 Downloads
sagi basic database orm
mindfire/filemaker_laravel
173 Downloads
ORM for interaction with filemaker database
memran/marwa-db
0 Downloads
Lightweight, framework-agnostic PHP database toolkit: connections, query builder, ORM, schema, migrations, seeders, debug panel.
cptechinc/dplus-model
502 Downloads
Propel 2.0 built ORM classes for Dplus data(x) databases based
florence/potato
0 Downloads
Potato ORM is a simple agnostic ORM that can perform the basic crud database operations
roy404/eloquent
112 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.
jwh315/laravel-capsule-wrapper
31156 Downloads
Use the Eloquent ORM outside of the Laravel Framework with an existing PDO database connection.