Quellcode durchsuchen

Merge 4a72f15b7a into 426f5688a4

pull/1446/merge
Nicolas Grekas vor 2 Monaten
Ursprung
Commit
6f3afd7f02
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      README.md

+ 1
- 0
README.md Datei anzeigen

747
 *Libraries that implement data structure or storage techniques.*
747
 *Libraries that implement data structure or storage techniques.*
748
 
748
 
749
 * [CakePHP Collection](https://github.com/cakephp/collection) - A simple collections library.
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
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
751
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
751
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
752
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
752
 * [JSON Machine](https://github.com/halaxa/json-machine) - Provides iteration over huge JSONs using simple `foreach`.
753
 * [JSON Machine](https://github.com/halaxa/json-machine) - Provides iteration over huge JSONs using simple `foreach`.

Laden…
Abbrechen
Speichern