PSR, providing the classes and interfaces for accessing naming services

Maintainers

Package info

github.com/appserver-io-psr/naming

pkg:composer/appserver-io-psr/naming

Statistics

Installs: 7 649

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.1 2018-07-17 19:33 UTC

This package is auto-updated.

Last update: 2026-02-27 11:06:04 UTC


README

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality Code Coverage

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