appserver-io-psr / application-server
PSR, for the appserver.io application server
Package info
github.com/appserver-io-psr/application-server
pkg:composer/appserver-io-psr/application-server
2.0.0
2019-06-21 15:02 UTC
Requires
- php: >=5.4.0
- appserver-io-psr/naming: 1.1.*
- appserver-io/configuration: 3.0.*
- appserver-io/storage: 2.0.*
- react/dns: 0.4.4
- react/socket: 0.4.*
- react/socket-client: 0.5.0
Requires (Dev)
- appserver-io/build: ~1.0
This package is auto-updated.
Last update: 2026-02-23 01:21:59 UTC
README
Introduction
This library provides all necessary interfaces for the application server implementation of appserver.io.
Installation
If you want to use the library with your application you can install it by adding
{
"require": {
"appserver-io-psr/application-server": "dev-master"
},
}
to your composer.json and invoke composer update in your project.
External Links
- Documentation at appserver.io