weew / console-container-aware
Container aware version of the weew/console package.
v1.3.1
2016-07-21 11:17 UTC
Requires
- weew/console: ^1.0
- weew/container: ^1.2
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ^2.0
- phpspec/phpspec: ^2.4
- satooshi/php-coveralls: ^0.6.1
- weew/helpers-phpspec: ^1.0
This package is not auto-updated.
Last update: 2024-11-06 00:16:14 UTC
README
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());