Download the PHP package nokitakaze/serializer without Composer
On this page you can find all versions of the php package nokitakaze/serializer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nokitakaze/serializer
More information about nokitakaze/serializer
Files in nokitakaze/serializer
Download nokitakaze/serializer
More information about nokitakaze/serializer
Files in nokitakaze/serializer
Vendor nokitakaze
Package serializer
Short Description Safe serialization
License Apache-2.0
Package serializer
Short Description Safe serialization
License Apache-2.0
Keywords serializationbinary serialization
Please rate this library. Is it a good library?
Informations about the package serializer
Safe (un-)serialization of any data
Remote code execution via PHP unserialize. Official documentation says
DO NOT pass untrusted user input to unserialize() regardless of the options value of allowed_classes. Unserialization can result in code being loaded and executed due to object instantiation and autoloading, and a malicious user may be able to exploit this
But JSON does not implement data as PHP does. I.e. JSON does not support [1=>2,3=>4,"a"=>5,"and"=>"so"]
.
Current status
General
Usage
At first
And then
All versions of serializer with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 | ^7.0.9
ext-json Version *
ext-json Version *
The package nokitakaze/serializer contains the following files
Loading the files please wait ....