Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 841 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 841 Bytes

NORM is (N)ot ORM

License Download Version

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