Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pccomponentes/topic-generator
https://github.com/pccomponentes/topic-generator
asyncapi command event generator message name php topic
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pccomponentes/topic-generator
- Owner: PcComponentes
- License: mit
- Created: 2020-02-14T08:19:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T10:00:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-08T16:22:28.678Z (about 1 month ago)
- Topics: asyncapi, command, event, generator, message, name, php, topic
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Topic Generator
This is a helper that standardizes topic generation in messages (commands and events).
## Installation
1) Install via [composer](https://getcomposer.org/)
```shell script
composer require pccomponentes/topic-generator
```## Usage
At least two classes are required: `Company` and `Service`.
- Company
```php