weew / console-container-aware
Container aware version of the weew/console package.
Installs: 108
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/weew/console-container-aware
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: 2025-09-24 04:32:02 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());