aegis / json
provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP
1.0
2015-11-19 19:31 UTC
Requires
- php: >=5.3.23
This package is not auto-updated.
Last update: 2023-12-25 22:15:42 UTC
README
Aegis\JSON
provides convenience methods for serializing native PHP to JSON and
decoding JSON to native PHP. For more information on JSON, visit the JSON
project site.
Installation
Package is available on Packagist, you can install it using Composer.
composer require aegis/json
Dependencies
- PHP 5.3+