1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-05 07:50:47 +00:00

New: JsonMapper in Data Structure and Storage section.

https://github.com/netresearch/jsonmapper
This commit is contained in:
Adam 2014-11-16 19:59:50 +01:00
parent 7253b5bbb8
commit d196cd6765

View File

@ -525,6 +525,7 @@ Libraries to help manage database schemas and migrations.
* [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.
* [Fractal](https://github.com/php-loep/fractal) - A library for converting complex data structures to JSON output.
* [PINQ](https://github.com/TimeToogo/Pinq) - A real Linq library for PHP.
* [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
## Notifications
*Libraries for working with notification software.*