Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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