Skip to content

Add DeepClone to Data Structure and Storage#1446

Open
nicolas-grekas wants to merge 1 commit into
ziadoz:masterfrom
nicolas-grekas:add-deepclone
Open

Add DeepClone to Data Structure and Storage#1446
nicolas-grekas wants to merge 1 commit into
ziadoz:masterfrom
nicolas-grekas:add-deepclone

Conversation

@nicolas-grekas

Copy link
Copy Markdown

Adds DeepClone under Data Structure and Storage.

DeepClone is a PHP extension that exports any serializable PHP value to a plain array and reconstructs it, used to accelerate deep cloning and serialization. It fits alongside the existing serialization entries in that category (Serializer, Laminas Serializer, msgpack.php).

It meets the inclusion criteria:

  • Maintained under the Symfony organization (symfony/deepclone)
  • Installable via PIE (pie install symfony/deepclone) and listed on Packagist
  • Semantically versioned, with a test suite run across PHP 8.2-8.6 (NTS/ZTS, ASAN/UBSAN, Windows, i386)
  • Documented in English (README + SECURITY)

Entry added alphabetically and follows the [LIBRARY](LINK) - DESCRIPTION. format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant