maximegosselin / serializer
Convert scalar values and objects to arrays.
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.1.0
2016-11-10 02:52 UTC
Requires
- php: ~7.0
Requires (Dev)
- phing/phing: 2.*
- phpunit/phpunit: ~5.0
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2022-02-27 01:05:39 UTC
README
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.