laminas/laminas-json
Abandoned Laminas JSON component. Provided utilities for encoding/decoding JSON and related helpers, but it will receive no further development. See Laminas TSC minutes for details and consider migrating to supported alternatives.
Version 3 is the first significant departure in the laminas-json API. In particular, it features the removal of two features to new packages.
The Laminas\Json\Server subcomponent was extracted to a new component,
laminas-json-server. Install it
using:
$ composer install laminas/laminas-json-server
All classes and functionality remain the same as in previous versions of laminas-json.
v2 releases of laminas-json provided Laminas\Json\Json::fromXml(), which could be
used to convert an XML document to JSON. This functionality has been extracted
to a new component, laminas-xml2json.
Install it using:
$ composer install laminas/laminas-xml2json
In order to use the functionality, you will need to modify your calls from
Laminas\Json\Json::fromXml() to instead use Laminas\Xml2Json\Xml2Json::fromXml().
How can I help you explore Laravel packages today?