Libraries tagged by serializer
symfony/serializer
346306041 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
jms/serializer
146333808 Downloads
Library for (de-)serializing data of any complexity; supports XML, and JSON.
masterminds/html5
291274687 Downloads
An HTML5 parser and serializer.
symfony/serializer-pack
29943388 Downloads
A pack for the Symfony serializer
jms/serializer-bundle
94465009 Downloads
Allows you to easily serialize, and deserialize data of any complexity
goetas-webservices/xsd2php-runtime
14029606 Downloads
Convert XSD (XML Schema) definitions into PHP classes
clue/redis-protocol
22379629 Downloads
A streaming Redis protocol (RESP) parser and serializer written in pure PHP.
laminas/laminas-serializer
11786235 Downloads
Serialize and deserialize PHP structures to a variety of representations
api-platform/serializer
5842367 Downloads
API Platform core Serializer
goetas-webservices/xsd2php
1757612 Downloads
Convert XSD (XML Schema) definitions into PHP classes and JMS metadata
flix-tech/avro-serde-php
4308518 Downloads
A library to serialize and deserialize Avro records making use of the confluent schema registry
cyclonedx/cyclonedx-library
2280721 Downloads
Work with CycloneDX documents.
ocramius/generated-hydrator
1409521 Downloads
An Object Hydrator that allows very fast array to object to array conversion
igbinary/igbinary
12836 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.
zumba/json-serializer
809196 Downloads
Serialize PHP variables, including objects, in JSON format. Support to unserialize it too.