From d688bad34ebeaff2d08522d628dcfc331fe3a824 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Tue, 21 Jan 2014 09:27:25 +0100 Subject: [PATCH] Add Dibi, a smart database layer for PHP. Database access functions in PHP are not standardised. This library hides the differences between them, and above all, it gives you a very handy interface. GitHub: https://github.com/dg/dibi Website: http://dibiphp.com/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89253db..9a1bb79 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library. * [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library. * [Phinx](https://github.com/robmorgan/phinx) - Another database migration library. +* [Dibi](https://github.com/dg/dibi) - A smart database layer for PHP. ## NoSQL *Libraries for working with "NoSQL" backends.*