chubbyphp / chubbyphp-api-http
This package is abandoned and no longer maintained.
No replacement package was suggested.
Chubbyphp Api Http
6.0.0
2023-12-30 19:48 UTC
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
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