22
33[ ![ Build Status] ( https://api.travis-ci.org/chubbyphp/chubbyphp-api-http.png?branch=master )] ( https://travis-ci.org/chubbyphp/chubbyphp-api-http )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/chubbyphp/chubbyphp-api-http/badge.svg?branch=master )] ( https://coveralls.io/github/chubbyphp/chubbyphp-api-http?branch=master )
5+ [ ![ Latest Stable Version] ( https://poser.pugx.org/chubbyphp/chubbyphp-api-http/v/stable.png )] ( https://packagist.org/packages/chubbyphp/chubbyphp-api-http )
56[ ![ Total Downloads] ( https://poser.pugx.org/chubbyphp/chubbyphp-api-http/downloads.png )] ( https://packagist.org/packages/chubbyphp/chubbyphp-api-http )
67[ ![ Monthly Downloads] ( https://poser.pugx.org/chubbyphp/chubbyphp-api-http/d/monthly )] ( https://packagist.org/packages/chubbyphp/chubbyphp-api-http )
7- [ ![ Latest Stable Version] ( https://poser.pugx.org/chubbyphp/chubbyphp-api-http/v/stable.png )] ( https://packagist.org/packages/chubbyphp/chubbyphp-api-http )
8- [ ![ Latest Unstable Version] ( https://poser.pugx.org/chubbyphp/chubbyphp-api-http/v/unstable )] ( https://packagist.org/packages/chubbyphp/chubbyphp-api-http )
8+ [ ![ Daily Downloads] ( https://poser.pugx.org/chubbyphp/chubbyphp-api-http/d/daily )] ( https://packagist.org/packages/chubbyphp/chubbyphp-api-http )
99
1010## Description
1111
@@ -15,7 +15,7 @@ A simple http handler implementation for API.
1515
1616 * php: ^7.2
1717 * chubbyphp/chubbyphp-deserialization: ^3.0
18- * chubbyphp/chubbyphp-negotiation: ^1.5.3
18+ * chubbyphp/chubbyphp-negotiation: ^1.6
1919 * chubbyphp/chubbyphp-serialization: ^3.0
2020 * psr/http-factory: ^1.0.1
2121 * psr/http-message: ^1.0.1
@@ -33,24 +33,32 @@ composer require chubbyphp/chubbyphp-api-http "^4.0"
3333## Usage
3434
3535 * [ ApiProblem (example)] [ 2 ]
36- * [ RequestManager] [ 3 ]
37- * [ ResponseManager] [ 4 ]
38- * [ AcceptAndContentTypeMiddleware] [ 5 ]
39- * [ ApiExceptionMiddleware] [ 6 ]
40- * [ ApiHttpServiceFactory] [ 7 ]
41- * [ ApiHttpServiceProvider] [ 8 ]
42- * [ ApiProblemMapping (example)] [ 9 ]
36+ * [ AcceptAndContentTypeMiddlewareFactory] [ 3 ]
37+ * [ ApiExceptionMiddlewareFactory] [ 4 ]
38+ * [ RequestManagerFactory] [ 5 ]
39+ * [ ResponseManagerFactory] [ 6 ]
40+ * [ RequestManager] [ 7 ]
41+ * [ ResponseManager] [ 8 ]
42+ * [ AcceptAndContentTypeMiddleware] [ 9 ]
43+ * [ ApiExceptionMiddleware] [ 10 ]
44+ * [ ApiHttpServiceFactory] [ 11 ]
45+ * [ ApiHttpServiceProvider] [ 12 ]
46+ * [ ApiProblemMapping (example)] [ 13 ]
4347
4448## Copyright
4549
4650Dominik Zogg 2020
4751
4852[ 1 ] : https://packagist.org/packages/chubbyphp/chubbyphp-api-http
4953[ 2 ] : doc/ApiProblem/ApiProblem.md
50- [ 3 ] : doc/Manager/RequestManager.md
51- [ 4 ] : doc/Manager/ResponseManager.md
52- [ 5 ] : doc/Middleware/AcceptAndContentTypeMiddleware.md
53- [ 6 ] : doc/ServiceFactory/ApiExceptionMiddleware.md
54- [ 7 ] : doc/ServiceFactory/ApiHttpServiceFactory.md
55- [ 8 ] : doc/ServiceProvider/ApiHttpServiceProvider.md
56- [ 9 ] : doc/Serialization/ApiProblemMapping.md
54+ [ 3 ] : doc/Container/AcceptAndContentTypeMiddlewareFactory.md
55+ [ 4 ] : doc/Container/ApiExceptionMiddlewareFactory.md
56+ [ 5 ] : doc/Container/RequestManagerFactory.md
57+ [ 6 ] : doc/Container/ResponseManagerFactory.md
58+ [ 7 ] : doc/Manager/RequestManager.md
59+ [ 8 ] : doc/Manager/ResponseManager.md
60+ [ 9 ] : doc/Middleware/AcceptAndContentTypeMiddleware.md
61+ [ 10 ] : doc/Middleware/ApiExceptionMiddleware.md
62+ [ 11 ] : doc/ServiceFactory/ApiHttpServiceFactory.md
63+ [ 12 ] : doc/ServiceProvider/ApiHttpServiceProvider.md
64+ [ 13 ] : doc/Serialization/ApiProblemMapping.md
0 commit comments