zellien / command-dispatcher
Simple implementation of the command dispatcher.
1.0.0
2020-03-11 10:11 UTC
Requires
- php: ^7.2
- ext-json: *
- container-interop/container-interop: ^1.2
- psr/container: ^1.0
- zellien/message: ^1.0
This package is auto-updated.
Last update: 2024-11-11 20:26:26 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