Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xinix-technology/norm

(n)orm not intended to be an ORM, it is more like adapter to bridge nosql (mongodb) and sql (rdbms)
https://github.com/xinix-technology/norm

Last synced: 3 months ago
JSON representation

(n)orm not intended to be an ORM, it is more like adapter to bridge nosql (mongodb) and sql (rdbms)

Awesome Lists containing this project

README

        

NORM is (N)ot ORM
=================

[![License](http://img.shields.io/packagist/l/xinix-technology/norm.svg?style=flat-square)](https://github.com/xinix-technology/norm/blob/master/LICENSE)
[![Download](http://img.shields.io/packagist/dm/xinix-technology/norm.svg?style=flat-square)](https://github.com/xinix-technology/norm)
[![Version](http://img.shields.io/packagist/v/xinix-technology/norm.svg?style=flat-square)](https://github.com/xinix-technology/norm)

![Norm](https://raw.githubusercontent.com/krisanalfa/norm/master/img/norm.png "Norm")

The goal of this library is to make an ORM framework as intermediate layer for
various data store, such as PDO, PHP-MongoDB, etc.

To see the API Documentation you have to generate the API Documentation first.

```

composer update
./vendor/bin/phpdoc.php -d ./src/ -t ./docs/api/

```

2014