appserver-io-psr/application-server

PSR, for the appserver.io application server

2.0.0 2019-06-21 15:02 UTC

This package is auto-updated.

Last update: 2024-04-22 21:06:55 UTC


README

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

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