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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| camspiers/json-pretty | 0.86 | Pretty-print JSON in PHP 5.3. camspiers/json-pretty provides a simple JsonPretty class with a prettify() method to format arrays/JSON into readable, indented output. Install via Composer and use in a few lines. | 22 | 23 | 8 | 6K | 1 | 0.7 | 23.6 | MIT | 10 years ago | |
| yiisoft/json | 0.85 | Yii JSON is a lightweight PHP library for encoding/decoding JSON with sensible defaults. It throws JsonException on errors, supports JsonSerializable, DateTimeInterface and SimpleXMLElement, and includes safe HTML encoding for embedding JSON in pages. | 0 | 28 | — | 31K | — | 10.9 | 44.4 | — | — | |
| laminas/laminas-json | 0.85 | 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. | 0 | 38 | — | 760K | — | 8.3 | 45.4 | — | — | |
| dbstudios/php-rest | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 4.5 | — | — | 1 year ago | |
| zendframework/zend-serializer | 0.85 | zend-serializer provides a consistent API for serializing and unserializing PHP data using multiple adapters (e.g., PHP, JSON, WDDX, and more). It supports options like compression and encryption, adapter discovery, and easy integration into Zend Framework apps. | 44 | 48 | 17 | 42K | 2 | 1.6 | 29.0 | BSD-3-Clause | 6 years ago | |
| beste/json | 0.85 | JSON helpers for PHP and Laravel: decode/encode, safe access, casting, and convenient manipulation of JSON strings and arrays. A lightweight utility package focused on cleaner, less error-prone JSON handling in everyday applications. | 42 | 42 | 0 | 1M | 0 | 8.6 | 57.9 | MIT | 8 months ago | |
| dbstudios/doze | 0.85 | Doze is a small PHP response helper built on Symfony Serializer/HttpFoundation. Configure a serializer + responder to produce encoded responses (e.g., JSON) and use its field selector/attributes support to return only requested fields in API payloads. | 0 | 0 | 1 | 0 | 0 | 1.5 | — | GPL-3.0 | 7 years ago | |
| braincrafted/json | 0.84 | Object-oriented wrapper around PHP’s json_encode() and json_decode() providing simple static encode/decode methods plus exception-based error handling. Supports decoding to arrays or objects via Json::DECODE_ASSOC and Json::DECODE_OBJECT. | 2 | 3 | 0 | 0 | 0 | 0.3 | — | — | 11 years ago | |
| herrera-io/json | 0.84 | PHP library for working with JSON data: read, write, validate, and manipulate JSON structures with a simple API. Useful for encoding/decoding, handling JSON files, and keeping JSON processing consistent across your applications. | 0 | 52 | — | 5K | — | 0.0 | 50.8 | — | — | |
| aescarcha/business | 0.84 | Symfony bundle providing REST endpoints for managing businesses, with JSON responses and API docs support. Integrates FOSRestBundle, FOSUserBundle, JMS Serializer, NelmioApiDoc, Doctrine extensions, and distance-based business querying. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| bornfight/jsonapi-bundle | 0.84 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| zf1/zend-locale | 0.84 | Zend Framework 1 Zend_Locale component for Composer. Provides locale detection, localization data, and locale-aware utilities with Composer-based autoloading. Ideal for using only this ZF1 piece or migrating apps incrementally. | 7 | 7 | 10 | 14K | 0 | 0.3 | 44.8 | BSD-3-Clause | — | |
| zendframework/zend-i18n | 0.83 | Zend\I18n provides a full translation suite for PHP/Zend Framework: supports major translation formats, pluralization, and text domains. Translator is mostly dependency-free, using the Intl extension only for default locale fallback. Repository abandoned; moved to laminas/laminas-i18n. | 63 | 69 | 45 | 47K | 12 | 4.4 | 30.1 | BSD-3-Clause | 6 years ago | |
| zendframework/zendservice-livedocx | 0.83 | ZendService\LiveDocx provides a PHP component for interacting with LiveDocx document services. Install via Composer and follow the docs in the documentation folder for usage. Note: repository abandoned since 2019-12-05 and no longer maintained. | 7 | 6 | 8 | 158 | 0 | 0.1 | 12.6 | BSD-3-Clause | — | |
| zendframework/zend-authentication | 0.83 | Zend\Authentication provides a flexible authentication API with adapters for common scenarios. This repository was abandoned on 2019-12-31 and has moved to laminas/laminas-authentication. Documentation: docs.zendframework.com/zend-authentication. | 41 | 45 | 33 | 22K | 6 | 2.3 | 28.1 | BSD-3-Clause | 7 years ago | |
| bmatzner/json2-bundle | 0.83 | Symfony2 bundle that packages Douglas Crockford’s JSON-js (json2.js, 2013-05-26) for easy inclusion via Composer and asset installation. Provides json2.min.js in your public assets so you can reference it in templates. | 0 | 0 | 0 | 9 | 0 | 0.0 | 9.3 | — | — | |
| zf1/zend-exception | 0.83 | Zend Framework 1 Exception component repackaged for Composer. Lets you install only the exception-related pieces of ZF1 with optimized autoloading and smaller footprint, easing incremental migration without pulling the full framework. | 7 | 7 | 6 | 27K | 0 | 0.2 | 48.7 | BSD-3-Clause | — | |
| zendframework/zend-router | 0.83 | Flexible HTTP router for Zend Framework, supporting literal/segment/regex paths, scheme, method, and hostname matching, with fast tree-based route combinations. Note: repository abandoned 2019-12-31; moved to laminas/laminas-router. | 31 | 34 | 18 | 11K | 7 | 2.4 | 26.2 | BSD-3-Clause | 7 years ago | |
| laminas/laminas-xml2json | 0.82 | Convert XML to JSON in PHP via Laminas, with options for simple/pretty output and flexible handling of attributes, elements, and namespaces. Useful for bridging XML-based APIs and JSON consumers. | 14 | 14 | 3 | 3K | 0 | 0.8 | 32.4 | BSD-3-Clause | 4 years ago | |
| bf-dsf/json-request-bundle | 0.81 | — | 0 | 0 | 0 | 2 | 0 | 0.6 | 6.6 | MIT | 4 years ago |
How can I help you explore Laravel packages today?