Skip to content

phps-cans/universal-module.symfony-console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Symfony console universal module

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:

Service name Description
HelperSet::class An empty HelperSet
Application::class An empty console application

Project template courtesy of thecodingmachine/service-provider-template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%