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
- Host: GitHub
- URL: https://github.com/jenspapenhagen/miniorm
- Owner: jenspapenhagen
- License: mit
- Created: 2015-09-13T09:55:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T08:24:53.000Z (over 9 years ago)
- Last Synced: 2025-01-20T07:43:50.981Z (over 1 year ago)
- Topics: object-relational-mapper, orm, orm-framework, php
- Language: PHP
- Size: 82 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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