From 13d0dd087c08933a4edcbf16937932e17a667fb4 Mon Sep 17 00:00:00 2001 From: Alexander Butenko Date: Sun, 19 Jul 2015 22:01:40 +0000 Subject: [PATCH] Added MysqliDb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cede3e..23d2ac1 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,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. +* [MysqliDb](https://github.com/joshcam/PHP-MySQLi-Database-Class/) - Simple mySQL query builder and object mapper ## Migrations Libraries to help manage database schemas and migrations.