aegis/json

provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0 2015-11-19 19:31 UTC

This package is not auto-updated.

Last update: 2025-01-22 22:42:09 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+