appserver-io-psr / servlet
PSR, for a PHP based servlet engine
4.1.1
2019-11-06 10:46 UTC
Requires
- php: >=5.4.0
- ext-openssl: *
- appserver-io-psr/http-message: ~1.0
- appserver-io/lang: ~3.0
Requires (Dev)
- appserver-io/build: ~1.0
README
Introduction
This library provides all necessary interfaces to implement a PHP based servlet engine.
Installation
If you want to use the library with your application you can install it by adding
{
"require": {
"appserver-io-psr/servlet": "dev-master"
},
}
to your composer.json and invoke composer update in your project.
External Links
- Documentation at appserver.io