/deployment

PSR, defining deployment functionality

Primary LanguagePHP

PSR, defining deployment functionality.

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

Deployment interfaces for usage in container 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/deployment": "dev-master"
    },
}

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

External Links