phps-cans / universal-module.symfony-console
Cross-framework module for symfony/console.
v1.0.0
2017-01-19 16:06 UTC
Requires
- php: >=7.0
- container-interop/service-provider: ~0.3.0
- symfony/console: ~3.0
- symfony/event-dispatcher: ~3.0
This package is not auto-updated.
Last update: 2024-11-09 21:17:10 UTC
README
This package integrates symfony/console in any container-interop compatible framework/container.
Installation
composer require thecodingmachine/symfony-console-universal-module
Once installed, you need to register the PSCS\Universal\Module\SymfonyConsoleServiceProvider
into your container.
If your container supports Puli integration, you have nothing to do. Otherwise, refer to your framework or container's documentation to learn how to register service providers.
Introduction
This service provider is meant to create a Symfony\Component\Console\Application.
Provided services
This service provider provides the following services:
Project template courtesy of thecodingmachine/service-provider-template