From 5ecf8173e82d63d805697e299103bb8751c2fbe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phan=20Kh=E1=BA=AFc=20=C4=90=E1=BA=A1o?= <1112065@student.hcmus.edu.vn> Date: Sun, 5 Apr 2015 09:37:51 +0700 Subject: [PATCH] Add NotORM to Database category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e8a07f..bf90c75 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [RedBean](http://redbeanphp.com/) - A lightweight, configuration-less ORM. * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL. * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers. +* [NotORM](http://www.notorm.com/) - a PHP library for simple working with data in the database. ## Migrations Libraries to help manage database schemas and migrations.