zellien/command-dispatcher

Simple implementation of the command dispatcher.

Maintainers

Package info

github.com/zellien/command-dispatcher

pkg:composer/zellien/command-dispatcher

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2020-03-11 10:11 UTC

This package is auto-updated.

Last update: 2026-03-11 23:17:25 UTC


README

Simple implementation of the command dispatcher.

Installation

In the "repositories" section you need to add the code:

{"type": "git", "url" : "https://github.com/zellien/command-dispatcher"}

In the "require" section you need to add the code:

{"zellien/command-dispatcher": "master"}

After you need to run the command:

composer update