2017 © Pedro Peláez
 

library serializer

Serialize any object into array and format it JSON or XML

image

byjg/serializer

Serialize any object into array and format it JSON or XML

  • Friday, March 9, 2018
  • by byjg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12,835 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 15 % Grown

The README.md

Serializer

Build Status Opensource ByJG GitHub source GitHub license GitHub release, (*1)

The Serializer library is a versatile tool that allows you to convert any object, array, or stdClass into JSON, XML, YAML, or an array. It also enables you to apply filters to properties during the conversion process. Additionally, you can parse attributes and apply transformations to property values on the fly., (*2)

The library also allows you to copy content from one object to another, even if their properties differ., (*3)

For more information, please check:, (*4)

Install

composer require "byjg/serialize"

Test

./vendor/bin/phpunit

Dependencies

flowchart TD
    byjg/serializer --> ext-json
    byjg/serializer --> symfony/yaml
    byjg/serializer --> ext-simplexml

Open source ByJG, (*5)

The Versions

09/03 2018

dev-master

9999999-dev

Serialize any object into array and format it JSON or XML

  Sources   Download

MIT

The Requires

  • ext-json *
  • php >=5.5

 

The Development Requires

by João Gilberto Magalhães

09/03 2018

1.0.7

1.0.7.0

Serialize any object into array and format it JSON or XML

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-json *

 

The Development Requires

by João Gilberto Magalhães

09/03 2018

1.0.6

1.0.6.0

Serialize any object into array and format it JSON or XML

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-json *

 

The Development Requires

by João Gilberto Magalhães

19/10 2017

1.0.5

1.0.5.0

Serialize any object into array and format it JSON or XML

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-json *

 

by João Gilberto Magalhães

19/04 2017

1.0.4

1.0.4.0

Serialize any object into array and format it JSON or XML

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-json *

 

by João Gilberto Magalhães

17/02 2017

1.0.3

1.0.3.0

Serialize any object into array and format it JSON or XML

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-json *

 

by João Gilberto Magalhães

09/02 2017

1.0.2

1.0.2.0

Serialize any object into array and format it JSON or XML

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-json *

 

by João Gilberto Magalhães

08/06 2016

1.0.1

1.0.1.0

Serialize any object into array and format it JSON or XML

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-json *

 

by João Gilberto Magalhães

11/05 2016

1.0.0

1.0.0.0

Serialize any object into array and format it JSON or XML

  Sources   Download

MIT

The Requires

 

by João Gilberto Magalhães