1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-09-28 12:49:05 +00:00

Adding ProxyManager to data-mapping section

This commit is contained in:
Marco Pivetta 2014-07-07 05:57:07 +02:00
parent 641f86f4f2
commit b6774e7db3

View File

@ -367,6 +367,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.
* [ProxyManager](https://github.com/Ocramius/ProxyManager) - Utilities to generate proxy objects for data mappers.
## NoSQL
*Libraries for working with "NoSQL" backends.*