Libraries tagged by php-serial
igbinary/igbinary
16196 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.
hyperthese/php-serial
8437 Downloads
Multi-platform serial port access convenience class
byjg/serializer
200920 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
thehiddenhaku/sscc
44221 Downloads
PHP Serial Shipping Container Code Generator
edemeijer/serialize-debugger
113001 Downloads
A tool for debugging failing or dangerous PHP serialize() calls
sanchescom/php-serial
2667 Downloads
Serial port for PHP: open, configure, write, read with a timeout. Linux, macOS, Windows.
lyte/serial
30526 Downloads
A safe unserializer for PHP serialized arrays and scalar types.
vitexsoftware/pohodaser
9370 Downloads
Stormware's Pohoda XML/PHP serialization
ptlis/php-serialized-data-editor
343 Downloads
Manipulate PHP-serialized data without deserialization
remi-san/serializer
14625 Downloads
A universal, config-less PHP serializer for all purpose.
ppelisset/php-serial
681 Downloads
Serial port access for Unix system in PHP
gregwar/php-serial
391 Downloads
This PHP class can be used to communicate with a serial port under Linux, OSX or Windows.
theophy/php-serializable
9 Downloads
this helps to serialize php object
php-serializer/php-serializer
9547 Downloads
Streaming parser for serialized PHP arrays
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.