aidphp / http-interop
Http interoperability
Installs: 2 770
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.0.0
- psr/http-message: ^1.0
This package is auto-updated.
Last update: 2024-10-21 02:54:22 UTC
README
This repository holds all interfaces related to Http
- The goal set by
PhpServerRequestFactoryInterface
is to give a generic interface to create a PSR-7ServerRequestInterface
instance from PHP globals - The goal set by
EmitterInterface
is to give a generic interface for providing response emitting capabilities