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/
This commit is contained in:
Vincent Klaiber 2014-01-21 09:27:25 +01:00
parent 517db159bf
commit d688bad34e

View File

@ -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. * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
* [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library. * [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library. * [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
* [Dibi](https://github.com/dg/dibi) - A smart database layer for PHP.
## NoSQL ## NoSQL
*Libraries for working with "NoSQL" backends.* *Libraries for working with "NoSQL" backends.*