Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

zendframework/zend-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

20fc2bf · Jan 20, 2020
Nov 2, 2019
Oct 9, 2019
Oct 7, 2019
Jun 21, 2016
Jan 4, 2018
Jan 4, 2018
Jun 18, 2019
Oct 9, 2019
Oct 9, 2019
Jan 20, 2020
Oct 9, 2019
Jan 4, 2018
Oct 9, 2019
Nov 13, 2016
Jan 4, 2018

zend-json

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-json.

Build Status Coverage Status

Zend\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 zendframework/zend-json

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-json/

Support