PHP Micro ORM

Example of Micro ORM for PHP

This library provide classes for interact with SQL databases.At the moment suports only MySQL and Postgres, with small modifications in config and connection classes. It's very easy to configure and plug the lib in the project.

Advantages:

  • Easy Configuration;
  • Table for mapping the class;
  • Query Builder for compose our SQL statements;
  • Allows also Raw SQL.