Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laminas Json Laravel Package

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.

View on GitHub
Deep Wiki
Context7

Migrating from v2 to v3

Version 3 is the first significant departure in the laminas-json API. In particular, it features the removal of two features to new packages.

laminas-json-server

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.

XML to JSON support

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().

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation
uri-template/tests