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

Zend Json Laravel Package

zendframework/zend-json

Convenience utilities for encoding PHP data to JSON and decoding JSON back to native types, including helpers for advanced cases. Note: this Zend Framework repository was abandoned on 2019-12-31; development continues as laminas/laminas-json.

View on GitHub
Deep Wiki
Context7

Migrating from v2 to v3

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

zend-json-server

The Zend\Json\Server subcomponent was extracted to a new component, zend-json-server. Install it using:

$ composer install zendframework/zend-json-server

All classes and functionality remain the same as in previous versions of zend-json.

XML to JSON support

v2 releases of zend-json provided Zend\Json\Json::fromXml(), which could be used to convert an XML document to JSON. This functionality has been extracted to a new component, zend-xml2json. Install it using:

$ composer install zendframework/zend-xml2json

In order to use the functionality, you will need to modify your calls from Zend\Json\Json::fromXml() to instead use Zend\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
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
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