Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/xinix-technology/norm
- Owner: xinix-technology
- License: mit
- Created: 2013-08-14T04:34:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T06:50:42.000Z (over 4 years ago)
- Last Synced: 2024-07-05T18:12:49.727Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 1.24 MB
- Stars: 6
- Watchers: 8
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xinix - norm - ORM Framework - [reekoheek](https://github.com/reekoheek) (Grouping / PHP)
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