Libraries tagged by php-serialize
igbinary/igbinary
4014 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.
byjg/serializer
184978 Downloads
A powerful multi-format serialization library that converts objects, arrays, and data between JSON, XML, YAML, CSV, PHP serialize, and plain text formats with intelligent property mapping and transformation
edemeijer/serialize-debugger
110320 Downloads
A tool for debugging failing or dangerous PHP serialize() calls
astral/php-serialize
47 Downloads
An advanced PHP serialization tool leveraging attributes for flexible object-to-array and JSON conversion. Supports property aliases, type conversions, and nested object handling. Ideal for APIs, data persistence, and configuration management.
remi-san/serializer
14559 Downloads
A universal, config-less PHP serializer for all purpose.
lyte/serial
29149 Downloads
A safe unserializer for PHP serialized arrays and scalar types.
ptlis/php-serialized-data-editor
322 Downloads
Manipulate PHP-serialized data without deserialization
php-serializer/php-serializer
9500 Downloads
Streaming parser for serialized PHP arrays
tequilarapido/php-serialized
905 Downloads
Deals with php serialized data. (ie. search & replace)
tasksuki/php-serializer
0 Downloads
Tasksuki PhpSerializer Component
coffeephp/msgpack
3 Downloads
Provides classes for handling Msgpack data.
coffeephp/json
60 Downloads
Provides classes for handling JSON data.
coffeephp/igbinary
3 Downloads
Provides classes for handling Igbinary data.
coffeephp/failsafe-json
4 Downloads
Provides classes for handling (Fail-safe) JSON data.
coffeephp/csv
1 Downloads
Provides classes for handling CSV data.