appserver-io-psr/application

PSR, for a threaded application implementation

Installs: 11 647

Dependents: 16

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 4

Open Issues: 0

pkg:composer/appserver-io-psr/application

1.5.0 2018-06-21 14:55 UTC

This package is auto-updated.

Last update: 2025-09-27 09:55:06 UTC


README

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