https://github.com/dflydev/repose-php
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.
https://github.com/dflydev/repose-php
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/dflydev/repose-php
- Owner: dflydev
- License: other
- Created: 2010-03-21T22:11:32.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T02:49:14.000Z (over 7 years ago)
- Last Synced: 2024-05-09T14:08:53.389Z (about 2 years ago)
- Language: PHP
- Homepage: http://repose-php.org/
- Size: 164 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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.