chubbyphp / chubbyphp-api-http
Chubbyphp Api Http
Installs: 16 706
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 1
Requires
- php: ^8.1
- chubbyphp/chubbyphp-deserialization: ^4.0
- chubbyphp/chubbyphp-http-exception: ^1.1
- chubbyphp/chubbyphp-negotiation: ^2.0
- chubbyphp/chubbyphp-serialization: ^4.0
- psr/http-factory: ^1.0.2
- psr/http-message: ^1.1|^2.0
- psr/http-server-middleware: ^1.0.2
- psr/log: ^2.0|^3.0
Requires (Dev)
- chubbyphp/chubbyphp-container: ^2.2
- chubbyphp/chubbyphp-dev-helper: dev-master
- chubbyphp/chubbyphp-laminas-config-factory: ^1.3
- chubbyphp/chubbyphp-mock: ^1.7
- infection/infection: ^0.27.9
- php-coveralls/php-coveralls: ^2.7
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan: ^1.10.50
- phpunit/phpunit: ^10.5.3
- pimple/pimple: ^3.5
- psr/container: ^2.0.2
- dev-master / 6.0.x-dev
- 6.0.0
- v5.x-dev
- 5.0.1
- 5.0.0
- v4.x-dev
- 4.2.0
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- v3.x-dev
- 3.6.0
- 3.5.0
- 3.4.1
- 3.4.0
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.1
- 3.0.0
- 3.0-beta3
- 3.0-beta2
- 3.0-beta1
- 3.0-alpha3
- 3.0-alpha2
- 3.0-alpha1
- v2.x-dev
- 2.1.0
- 2.0.0
- 2.0-alpha1
- v1.x-dev
- 1.0
- 1.0-beta16
- 1.0-beta15
- 1.0-beta14
- 1.0-beta13
- 1.0-beta12
- 1.0-beta11
- 1.0-beta10
- 1.0-beta9
- 1.0-beta8
- 1.0-beta7
- 1.0-beta6
- 1.0-beta5
- 1.0-beta4
- 1.0-beta3
- 1.0-beta2
- 1.0-beta1
This package is auto-updated.
Last update: 2024-07-06 14:05:05 UTC
README
chubbyphp-api-http
Description
A simple http handler implementation for API.
DEPRECATED: No personal interest anymore and based on stats nobody seems to use it. Feel free to create an issue if you disagree.
Requirements
- php: ^8.1
- chubbyphp/chubbyphp-deserialization: ^4.0
- chubbyphp/chubbyphp-http-exception: ^1.1
- chubbyphp/chubbyphp-negotiation: ^2.0
- chubbyphp/chubbyphp-serialization: ^4.0
- psr/http-factory: ^1.0.2
- psr/http-message: ^1.1|^2.0
- psr/http-server-middleware: ^1.0.2
- psr/log: ^2.0|^3.0
Installation
Through Composer as chubbyphp/chubbyphp-api-http.
composer require chubbyphp/chubbyphp-api-http "^6.0"
Usage
- AcceptAndContentTypeMiddlewareFactory
- ApiExceptionMiddlewareFactory
- RequestManagerFactory
- ResponseManagerFactory
- RequestManager
- ResponseManager
- AcceptAndContentTypeMiddleware
- ApiExceptionMiddleware
Copyright
2024 Dominik Zogg