appserver-io-psr / application
PSR, for a threaded application implementation
1.5.0
2018-06-21 14:55 UTC
Requires
- php: >=5.4.0
- appserver-io-psr/context: ~1.0
Requires (Dev)
- appserver-io/build: ~1.0
README
Introduction
PSR that defines a threaded application implementation.
Installation
If you want to use the library with your application you can install it by adding
{
"require": {
"appserver-io-psr/application": "dev-master"
},
}
to your composer.json and invoke composer update in your project.
External Links
- Documentation at appserver.io