appserver-io-psr / naming
PSR, providing the classes and interfaces for accessing naming services
Installs: 7 585
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 0
Requires
- php: >=5.4.0
- appserver-io-psr/application: ~1.0
- appserver-io-psr/context: ~1.0
- appserver-io-psr/servlet: ~4.0
- appserver-io/properties: ~2.0
- appserver-io/rmi: ~3.0
- nikic/phlexy: 0.1
Requires (Dev)
- appserver-io/build: ~1.0
README
Introduction
PSR for naming services.
Installation
If you want to use the library with your application you can install it by adding
{ "require": { "appserver-io-psr/naming": "dev-master" }, }
to your composer.json
and invoke composer update
in your project.
External Links
- Documentation at appserver.io