mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-21 16:46:22 +00:00
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:
parent
517db159bf
commit
d688bad34e
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user