Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Symfony bundle to configure commands with annotations

Notifications You must be signed in to change notification settings

alexeyshockov/plain-commands-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PlainCommandsBundle

Integrates alexeyshockov/plain-commands into a Symfony application.

Configuration and usage

The bundle has no configuration. Just register your classes in the DI container and mark them with plain_commands.set tag. For example, add everything from src/Command directory in your config/services.yaml:

services:
    App\Command\:
        resource: '../src/Command'
        tags: ['plain_commands.set']

About

Symfony bundle to configure commands with annotations

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages