This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# zend-view
2
2
3
3
[ ![ Build Status] ( https://secure.travis-ci.org/zendframework/zend-view.svg?branch=master )] ( https://secure.travis-ci.org/zendframework/zend-view )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/zendframework/zend-view/badge.svg?branch=master )] ( https://coveralls.io/r /zendframework/zend-view?branch=master )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/ zendframework/zend-view/badge.svg?branch=master )] ( https://coveralls.io/github /zendframework/zend-view?branch=master )
5
5
6
6
zend-view provides the “View” layer of the Zend Framework MVC system. It is a
7
7
multi-tiered system allowing a variety of mechanisms for extension,
8
8
substitution, and more.
9
9
10
- - File issues at https://github.com/zendframework/zend-view/issues
11
- - Documentation is at https://zendframework.github.io/zend-view/
10
+ ## Installation
11
+
12
+ Run the following to install this library:
13
+
14
+ ``` bash
15
+ $ composer require zendframework/zend-view
16
+ ```
17
+
18
+ ## Documentation
19
+
20
+ Browse the documentation online at https://docs.zendframework.com/zend-view/
21
+
22
+ ## Support
23
+
24
+ * [ Issues] ( https://github.com/zendframework/zend-view/issues/ )
25
+ * [ Chat] ( https://zendframework-slack.herokuapp.com/ )
26
+ * [ Forum] ( https://discourse.zendframework.com/ )
You can’t perform that action at this time.
0 commit comments