PSR, defining simple context functionality.

1.0.0 2015-02-13 16:21 UTC

This package is auto-updated.

Last update: 2024-02-27 06:17:36 UTC


README

Latest Stable Version Total Downloads License Build StatusScrutinizer Code QualityCode Coverage

Connection abstract layer implementation for usage in server context.

Installation

You don't have to install this package, as it'll be delivered with the latest appserver.io release. If you want to install it with your application only, you do this by add

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

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

External Links