Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/athena-framework/messenger


https://github.com/athena-framework/messenger

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Messenger

[![CI](https://github.com/athena-framework/messenger/workflows/CI/badge.svg)](https://github.com/athena-framework/messenger/actions?query=workflow%3ACI)
[![Latest release](https://img.shields.io/github/release/athena-framework/messenger.svg)](https://github.com/athena-framework/messenger/releases)

Helps applications send and receive messages to/from other applications or via message queues.

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
athena-messenger:
github: athena-framework/messenger
version: ~> 0.1.0
```

2. Run `shards install`

## Documentation

If using the component on its own, checkout the [API documentation](https://athenaframework.org/Messenger).
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/components/messenger).

## Contributing

1. Fork it (https://github.com/athena-framework/messenger/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [George Dietrich](https://github.com/blacksmoke16) - creator and maintainer