ellipse / negotiation
Content negotiation package
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ellipse/negotiation
Requires
- php: >=7.1
- http-interop/http-factory: ^0.3.0
- psr/http-message: ^1.0
- willdurand/negotiation: ^2.3
Requires (Dev)
- eloquent/phony-kahlan: ^1.0
- kahlan/kahlan: ^4.0
This package is auto-updated.
Last update: 2025-09-26 02:23:16 UTC
README
This package provides a content negotiation mechanism, using the willdurand/negotiation package. It allows to choose one Psr-7 response factory based on a Psr-7 request accept header.
Require php >= 7.1
Installation composer require ellipse/negotiation
Run tests ./vendor/bin/kahlan