|
|
@@ -747,6 +747,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
747
|
747
|
*Libraries that implement data structure or storage techniques.*
|
|
748
|
748
|
|
|
749
|
749
|
* [CakePHP Collection](https://github.com/cakephp/collection) - A simple collections library.
|
|
|
750
|
+* [DeepClone](https://github.com/symfony/php-ext-deepclone) - A PHP extension to export serializable values as plain arrays and reconstruct them.
|
|
750
|
751
|
* [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
|
|
751
|
752
|
* [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
|
|
752
|
753
|
* [JSON Machine](https://github.com/halaxa/json-machine) - Provides iteration over huge JSONs using simple `foreach`.
|