Libraries tagged by unserializer
andreiavrammsd/serializer
11081 Downloads
JSON string to object. Object/array to JSON.
lyte/serial
29826 Downloads
A safe unserializer for PHP serialized arrays and scalar types.
wizacode/php-error-proof-unserializer
10 Downloads
last chance php unserializer
retrinko/serializer
248 Downloads
Serialization utils
trismegiste/alkahest
375 Downloads
serializer / unserializer
jeroenvdheuve/serialization
8 Downloads
Unserializes php serialized strings and is able the process class that are not loaded
coffeephp/unserialize
142 Downloads
Provides an interface for unserializer classes to implement.
voilab/exhumer
65 Downloads
Small models unserializer tool.
zumba/json-serializer
796891 Downloads
Serialize PHP variables, including objects, in JSON format. Support to unserialize it too.
xkerman/restricted-unserialize
643561 Downloads
provide PHP Object Injection safe unserialize function
brumann/polyfill-unserialize
3800489 Downloads
Backports unserialize options introduced in PHP 7.0 to older PHP versions.
nilportugues/serializer
262540 Downloads
Serialize PHP variables, including objects, in any format. Support to unserialize it too.
keyvanakbary/mimic
39784 Downloads
Dead simple functional library for object prototyping, data hydration and data exposition
academe/serializeparser
111389 Downloads
A PHP parser for serialized data, to be able to 'peek' into serialize strings.
n2n/n2n-util-serialize
39 Downloads
Safely serialize and unserialize plain data objects (PHP native serialize()/unserialize() with an allowed_classes allowlist derived from the class structure) and scalar/null values (JSON), preventing object-injection and POP-chain attacks.