Download the PHP package yashuk803/serializer without Composer
On this page you can find all versions of the php package yashuk803/serializer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yashuk803/serializer
More information about yashuk803/serializer
Files in yashuk803/serializer
Download yashuk803/serializer
More information about yashuk803/serializer
Files in yashuk803/serializer
Vendor yashuk803
Package serializer
Short Description This is a easy library serializer
License Yashuk803
Package serializer
Short Description This is a easy library serializer
License Yashuk803
Keywords yamljson_encode
Please rate this library. Is it a good library?
Informations about the package serializer
Library Serializer
With the Serializer library it's possible to handle serializing data structures, including object graphs, into array structures
Installation
For creating new project based on this template just execute the following command
Usage
- Create Object which you want serialize
- In folder bin/console.php use your Object and class encoder JsonEncoder or YamlEncoder
- use method serialize() than get json_encode or yaml_encode format;
Exemple
./test/Person.php
- For serializer object or array yaml format use component symfony/yaml
In file ./bin/console.php
All versions of serializer with dependencies
PHP Build Version
Package Version
The package yashuk803/serializer contains the following files
Loading the files please wait ....