pdoMap is a robust PHP ORM with many OOP features. The mapping structure, requests, and transactions are defined in XML files. The core directly generates PHP classes for high performance. It is very easy to use and configure. It features fully optimized code, caching data, a full lazy loading system, and an open system for extending all functionality.
| Tags | ORM database API framework oop ORM object relational mapping |
|---|---|
| Licenses | LGPLv2.1 |
| Operating Systems | OS Independent |
| Implementation | PDO MySQL PHP PHP 5 oop |
| Translations | English French |
Last announcement
pdoMap is a new ORM framework written in PHP 5.
The goal of this project is to provide a new way of developing on databases
1. Don't matter ...
Recent releases


Release Notes: This release improves the XML mapping and parsing (with documented errors). A new adapter/entity system was added. A POPO implementation was started. Performance was improved, with an average 10ms for the framework loading.


Release Notes: An XSD definition was added for XML mapping files and checking syntax. Bugs in the class generator were fixed to avoid crashes when structure is badly formed.


Release Notes: The main features were implemented.