1- ZF Apigility
2- ============
1+ # ZF Apigility
32
4- [ ![ Build Status] ( https://travis-ci.org/zfcampus/zf-apigility.png )] ( https://travis-ci.org/zfcampus/zf-apigility )
3+ [ ![ Build Status] ( https://secure.travis-ci.org/zfcampus/zf-apigility.svg?branch=master )] ( https://secure.travis-ci.org/zfcampus/zf-apigility )
4+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/zfcampus/zf-apigility/badge.svg?branch=master )] ( https://coveralls.io/github/zfcampus/zf-apigility?branch=master )
55
6- Introduction
7- ------------
6+ ## Introduction
87
98Meta-module for Zend Framework combining features from:
109
@@ -21,13 +20,11 @@ in order to provide a cohesive solution for exposing web-based APIs.
2120
2221Also features database-connected REST resources.
2322
24- Requirements
25- ------------
23+ ## Requirements
2624
2725Please see the [ composer.json] ( composer.json ) file.
2826
29- Installation
30- ------------
27+ ## Installation
3128
3229Run the following ` composer ` command:
3330
@@ -65,8 +62,7 @@ return [
6562> that plugin will install zf-apigility, and all modules it depends on, as a
6663> module in your application configuration for you.
6764
68- Assets
69- ------
65+ ## Assets
7066
7167If you are using this module along with the [ admin] ( https://github.com/zfcampus/zf-apigility-admin )
7268and/or the [ welcome screen] ( https://github.com/zfcampus/zf-apigility-welcome ) ,
@@ -85,8 +81,7 @@ you have two options:
8581 plugin * first* , and then this module. (If you have already installed this
8682 module, remove it using ` composer remove zfcampus/zf-apigility ` .)
8783
88- Configuration
89- =============
84+ ## Configuration
9085
9186### User Configuration
9287
@@ -170,8 +165,7 @@ return [
170165];
171166```
172167
173- ZF Events
174- =========
168+ ## ZF Events
175169
176170### Listeners
177171
@@ -196,8 +190,7 @@ conditionally attach `ZF\ApiProblem\RenderErrorListener` when an `MvcEvent`'s re
196190` HalJsonModel ` or ` JsonModel ` , ensuring ` zf-api-problem ` can render a response in situations where
197191a rendering error occurs.
198192
199- ZF Services
200- ===========
193+ ## ZF Services
201194
202195### Factories
203196
0 commit comments