Download or get the source code.
Latest release
| Alpha Release (Unstable) | Date | Download |
|---|---|---|
| dORM 0.0.3 | 17-04-2009 | zip | tar.gz |
Licensing
dORM is an open source project.
- Open Source License
dORM is available under the GNU Affero GPLv3 license. Unlike GPL and LGPL licenses, AGPL covers software that is delivered over a network. In other words, if you use dORM for a web application you must contribute any improvement to dORM back to the community. Click here to learn more about the GNU Affero GPL license.
Git repository
The project is now hosted at GitHub: https://github.com/olalonde/dORM
Anonymous subversion access is available at svn://getdorm.com/dorm.
Notice: the trunk directory might not be stable.
System Requirements
It might work on different versions as well, but these are the only setups that we have tested right now:
- PHP 5.2.9
- MySQL 5.1.x (with InnoDB engine if you have 1-to-many / many-to-many relationships)
- Optional:
Notice: dORM is noticeably faster on Linux.