Libraries tagged by serilaizer
zus1/laravel-serializer
15 Downloads
Serializer library for Laravel
symfony/serializer
342415596 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
jms/serializer
145465089 Downloads
Library for (de-)serializing data of any complexity; supports XML, and JSON.
masterminds/html5
286794401 Downloads
An HTML5 parser and serializer.
symfony/serializer-pack
29810578 Downloads
A pack for the Symfony serializer
jms/serializer-bundle
94080231 Downloads
Allows you to easily serialize, and deserialize data of any complexity
goetas-webservices/xsd2php-runtime
13745336 Downloads
Convert XSD (XML Schema) definitions into PHP classes
clue/redis-protocol
21128853 Downloads
A streaming Redis protocol (RESP) parser and serializer written in pure PHP.
laminas/laminas-serializer
11738043 Downloads
Serialize and deserialize PHP structures to a variety of representations
api-platform/serializer
5637334 Downloads
API Platform core Serializer
goetas-webservices/xsd2php
1746531 Downloads
Convert XSD (XML Schema) definitions into PHP classes and JMS metadata
flix-tech/avro-serde-php
4289154 Downloads
A library to serialize and deserialize Avro records making use of the confluent schema registry
ocramius/generated-hydrator
1406154 Downloads
An Object Hydrator that allows very fast array to object to array conversion
igbinary/igbinary
10334 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
804666 Downloads
Serialize PHP variables, including objects, in JSON format. Support to unserialize it too.