Download or checkout from subversion.
Latest release
| Alpha Release (Unstable) | Date | Download |
|---|---|---|
| dORM 0.0.3 | 17-04-2009 | zip | tar.gz |
Licensing
dORM is dual-licensed. It is open source for open source projects, but a proprietary license is available for closed source projects.
- Open Source License
dORM is available under the GNU Affero GPLv3 license. If you use this license, your project must be open source. 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 need to make its source available. Click here to learn more about the GNU Affero GPL license.
- Closed Source License
If you plan to use dORM in a commercial project, you are required to use this license.
We are currently in the process of writing this license. Contact us for more information.
Subversion
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.