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

https://github.com/dschoenbauer/orm

Core model logic for most of my programs
https://github.com/dschoenbauer/orm

composer composer-package orm pdo php psr-4

Last synced: 6 months ago
JSON representation

Core model logic for most of my programs

Awesome Lists containing this project

README

          

# ORM

Object Relational Mapper... This is my vision for an ORM. It uses an event driven
process that makes updating information in a persistent manner hopefully easier to
understand and maintain.

[![Build Status](https://travis-ci.org/dschoenbauer/orm.svg?branch=develop)](https://travis-ci.org/dschoenbauer/orm)
[![Coverage Status](https://coveralls.io/repos/github/dschoenbauer/orm/badge.svg?branch=develop)](https://coveralls.io/github/dschoenbauer/orm?branch=develop)
[![License](https://img.shields.io/packagist/l/dschoenbauer/orm.svg)](https://github.com/dschoenbauer/orm)
[![Downloads](https://img.shields.io/packagist/dt/dschoenbauer/orm.svg)](https://packagist.org/packages/dschoenbauer/orm)
[![Version](https://img.shields.io/packagist/v/dschoenbauer/orm.svg)](https://github.com/dschoenbauer/orm/releases)