An open API service indexing awesome lists of open source software.

https://github.com/jenspapenhagen/miniorm

a non overkill ORM for fast and small PHP Projects
https://github.com/jenspapenhagen/miniorm

object-relational-mapper orm orm-framework php

Last synced: 21 days ago
JSON representation

a non overkill ORM for fast and small PHP Projects

Awesome Lists containing this project

README

          

# miniORM
a non bloat ORM (Object Relational Mapper) for small/fast PHP Projects
PHP 5.6 is required.
miniORM supports MySQL, SQLite, PostgreSQL and even basic Oracle.
miniORM base of the convention-over-configuration Philosophy

###Overview over the layermodle of the Framework:

![](/doku/architektur.jpg)

The upper layer can only acess the layer below itself.
See Example (comming soon)