appserver-io-psr / application-server
PSR, for the appserver.io application server
Installs: 2 042
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 3
Open Issues: 0
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: 2024-10-22 22:24:29 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