Skip to content

Repose is an Object-Relational Mapping (ORM) library for PHP5. Repose implements a Unit of Work (UoW), an Identity Map and generated proxy classes to provide transparent unobtrusive persistence in PHP.

License

Notifications You must be signed in to change notification settings

dflydev/repose-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repose PHP ORM
http://code.google.com/p/repose-php/
http://repose-php.org/


Repose is an Object-Relational Mapping (ORM) library for PHP5. Repose implements
a Unit of Work (UoW), an Identity Map and generated proxy classes to provide
transparent unobtrusive persistence in PHP.

The only requirement on model classes are that they not be marked as final and
for PHP 5.2.x and earlier the persistence aware properties need to be public.
There are no framework classes or interfaces that need to be extended or
implemented in order to use Repose.

About

Repose is an Object-Relational Mapping (ORM) library for PHP5. Repose implements a Unit of Work (UoW), an Identity Map and generated proxy classes to provide transparent unobtrusive persistence in PHP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages