weew/console-container-aware

Container aware version of the weew/console package.

v1.3.1 2016-07-21 11:17 UTC

This package is not auto-updated.

Last update: 2024-04-09 21:29:38 UTC


README

Build Status Code Quality Test Coverage Version Licence

Table of contents

Installation

composer require weew/console-container-aware

Introduction

This package integrates weew/console with weew/container and allows invocation of commands trough the container.

Usage

Simply create a container aware instance of Console and pass in an instance of IContainer.

$console = new Weew\Console\ContainerAware\Console(new Container());