This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree 5 files changed +22
-18
lines changed
5 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 3.1.2 - TBD
5
+ ## 3.1.2 - 2019-10-16
6
6
7
7
### Added
8
8
Original file line number Diff line number Diff line change 1
- Copyright (c) 2005-2018 , Zend Technologies USA, Inc.
1
+ Copyright (c) 2005-2019 , Zend Technologies USA, Inc.
2
2
All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change 5
5
6
6
zend-xml2json provides functionality for converting XML structures to JSON.
7
7
8
- - File issues at https://github.com/zendframework/zend-xml2json/issues
9
- - Documentation is at https://docs.zendframework.com/zend-xml2json/
8
+ ## Installation
9
+
10
+ Run the following to install this library:
11
+
12
+ ``` bash
13
+ $ composer require zendframework/zend-xml2json
14
+ ```
15
+
16
+ ## Documentation
17
+
18
+ Browse the documentation online at https://docs.zendframework.com/zend-xml2json/
19
+
20
+ ## Support
21
+
22
+ * [ Issues] ( https://github.com/zendframework/zend-xml2json/issues/ )
23
+ * [ Chat] ( https://zendframework-slack.herokuapp.com/ )
24
+ * [ Forum] ( https://discourse.zendframework.com/ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
docs_dir : docs/book
2
2
site_dir : docs/html
3
- pages :
4
- - index.md
3
+ nav :
4
+ - Home : index.md
5
5
- Usage : usage.md
6
6
site_name : zend-xml2json
7
- site_description : Zend\Xml2Json
7
+ site_description : " Convert XML documents to JSON "
8
8
repo_url : ' https://github.com/zendframework/zend-xml2json'
9
- copyright : ' Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'
You can’t perform that action at this time.
0 commit comments