updated-packages
This commit is contained in:
21
vendor/zendframework/zend-json/README.md
vendored
21
vendor/zendframework/zend-json/README.md
vendored
@@ -1,12 +1,27 @@
|
||||
# zend-json
|
||||
|
||||
[](https://secure.travis-ci.org/zendframework/zend-json)
|
||||
[](https://coveralls.io/r/zendframework/zend-json?branch=master)
|
||||
[](https://coveralls.io/github/zendframework/zend-json?branch=master)
|
||||
|
||||
`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](http://www.json.org/).
|
||||
|
||||
|
||||
- File issues at https://github.com/zendframework/zend-json/issues
|
||||
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-json
|
||||
## Installation
|
||||
|
||||
Run the following to install this library:
|
||||
|
||||
```bash
|
||||
$ composer require zendframework/zend-json
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
Browse the documentation online at https://docs.zendframework.com/zend-json/
|
||||
|
||||
## Support
|
||||
|
||||
* [Issues](https://github.com/zendframework/zend-json/issues/)
|
||||
* [Chat](https://zendframework-slack.herokuapp.com/)
|
||||
* [Forum](https://discourse.zendframework.com/)
|
||||
|
Reference in New Issue
Block a user