icn / laminas-json
provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP
dev-main
2025-03-21 00:33 UTC
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Requires (Dev)
- laminas/laminas-coding-standard: ~2.4.0
- laminas/laminas-stdlib: ^2.7.7 || ^3.19
- phpunit/phpunit: ^9.5.25
Suggests
- laminas/laminas-json-server: For implementing JSON-RPC servers
- laminas/laminas-xml2json: For converting XML documents to JSON
Conflicts
This package is not auto-updated.
Last update: 2025-05-02 23:35:27 UTC
README
Laminas\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
Run the following to install this library:
$ composer require icn/laminas-json
Documentation
Browse the documentation online at https://docs.laminas.dev/laminas-json/