maximegosselin/serializer

Convert scalar values and objects to arrays.

1.1.0 2016-11-10 02:52 UTC

This package is auto-updated.

Last update: 2022-02-27 01:05:39 UTC


README

Latest Version Build Status Software License

Serializer converts data to a portable array structure than can be easily exported outside your application.

The library is framework-agnostic and does not have any dependencies.

System Requirements

PHP 7.0 or later.

Install

Install using Composer:

$ composer require maximegosselin/serializer

Serializer is registered under the MaximeGosselin\Serializer namespace.

Documentation

Read documentation here.

Tests

Run the following command from the project folder.

$ vendor/bin/phpunit

License

The MIT License (MIT). Please see LICENSE for more information.