Download the PHP package bogosoft/serialization without Composer
On this page you can find all versions of the php package bogosoft/serialization. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bogosoft/serialization
More information about bogosoft/serialization
Files in bogosoft/serialization
Download bogosoft/serialization
More information about bogosoft/serialization
Files in bogosoft/serialization
Vendor bogosoft
Package serialization
Short Description Serialization-related contracts and implementations for PHP.
License MIT
Package serialization
Short Description Serialization-related contracts and implementations for PHP.
License MIT
Keywords jsonserialization
Please rate this library. Is it a good library?
Informations about the package serialization
bogosoft/serialization
A library of contracts and simple implementations for serializing and deserializing data.
Requirements
- PHP 7.1+
Installation
Interfaces
Interface Name | Description |
---|---|
IDeserializer |
A strategy for deserializing data from an input stream. |
ISerializer |
A strategy for serializing data to an output stream. |
Implementations
Implementation Name | Description |
---|---|
JsonSerializer |
A JSON serializer/deserializer. |
PhpSerializer |
A serializer/deserializer implementation that relies on PHP's serialize and unserialize functions. |
Example Usage
All versions of serialization with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
psr/http-message Version ^1.0
bogosoft/core Version ^2
ext-json Version *
psr/http-message Version ^1.0
bogosoft/core Version ^2
ext-json Version *
The package bogosoft/serialization contains the following files
Loading the files please wait ....