From 4a72f15b7a6802ef5f7b0eecf32da91dc0010c41 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 30 Jun 2026 14:20:01 +0200 Subject: [PATCH] Add DeepClone to Data Structure and Storage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b68596244..bd417cded 100644 --- a/README.md +++ b/README.md @@ -747,6 +747,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries that implement data structure or storage techniques.* * [CakePHP Collection](https://github.com/cakephp/collection) - A simple collections library. +* [DeepClone](https://github.com/symfony/php-ext-deepclone) - A PHP extension to export serializable values as plain arrays and reconstruct them. * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output. * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes. * [JSON Machine](https://github.com/halaxa/json-machine) - Provides iteration over huge JSONs using simple `foreach`.