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.
- 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
Through Composer as chubbyphp/chubbyphp-api-http.
composer require chubbyphp/chubbyphp-api-http "^6.0"
- AcceptAndContentTypeMiddlewareFactory
- ApiExceptionMiddlewareFactory
- RequestManagerFactory
- ResponseManagerFactory
- RequestManager
- ResponseManager
- AcceptAndContentTypeMiddleware
- ApiExceptionMiddleware
2024 Dominik Zogg