appserver-io-psr / servlet
PSR, for a PHP based servlet engine
Installs: 11 459
Dependents: 10
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 3
Open Issues: 0
pkg:composer/appserver-io-psr/servlet
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