Libraries tagged by serialize
liip/serializer
411423 Downloads
High performance serializer that works with code generated helpers to achieve high throughput.
patchlevel/hydrator
599300 Downloads
A library for seamless hydration of objects to arrays - and back again, optimized for developer experience and performance
laktak/hjson
246561 Downloads
JSON for Humans. A configuration file format with relaxed syntax, fewer mistakes and more comments.
cyclonedx/cyclonedx-library
1951346 Downloads
Work with CycloneDX documents.
qafoo/ser-pretty
208582 Downloads
Pretty print serialized PHP data
laravel-json-api/eloquent
1547106 Downloads
Serialize Eloquent models as JSON:API resources.
igbinary/igbinary
5078 Downloads
Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.
gbprod/uuid-normalizer
669907 Downloads
Normalizer to serialize Ramsey Uuid with Symfony Serializer
bernard/normalt
1523871 Downloads
Normalt is a extension to Symfony Serializer that only implements the Normalization part
wayofdev/laravel-symfony-serializer
18520 Downloads
📦 Laravel wrapper around Symfony Serializer.
nilportugues/serializer
261976 Downloads
Serialize PHP variables, including objects, in any format. Support to unserialize it too.
wikimedia/php-session-serializer
1278325 Downloads
Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION
spiral-packages/symfony-serializer
1749542 Downloads
Symfony serializer bridge for Spiral Framework
speakeasy/serializer
788421 Downloads
Temporary fork of JMS Serializer while upstream changes are being made.
simple-bus/jms-serializer-bundle-bridge
940501 Downloads
Symfony bundle for using JMSSerializer as message serializer for SimpleBus/Asynchronous