xPDO is a light-weight ORB (object-relational bridge) library that works on PHP 5+, and takes advantage of the newly adopted standard for database persistence in PHP 5.1+, PDO.

It implements the very simple, but effective Active Record pattern for data access, as well as a flexible domain model that allows you to isolate domain logic from database-specific logic, or not, depending on your needs.

My Role in the Project

  • Project Maintainer
  • Lead Developer

Visit the xPDO Website