Skip to content

appserver-io-psr/application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c282b6 · Jun 21, 2018

History

29 Commits
Jun 21, 2018
Mar 4, 2015
Nov 21, 2014
Jun 21, 2018
Jun 21, 2018
Mar 4, 2015
Jan 26, 2015
Jun 21, 2018
Nov 21, 2014
Jun 21, 2018
Nov 21, 2014

Repository files navigation

PSR, for a threaded application implementation

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

Introduction

PSR that defines a threaded application implementation.

Installation

If you want to use the library with your application you can install it by adding

{
    "require": {
        "appserver-io-psr/application": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

External Links