Popularity
3.9
Growing
Activity
5.0
-
13
4
0

Programming language: Crystal
License: MIT License
Tags: Framework Components    
Latest version: v0.1.2

Athena Event Dispatcher alternatives and similar shards

Based on the "Framework Components" category.
Alternatively, view Athena Event Dispatcher alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Athena Event Dispatcher or a related project?

Add another 'Framework Components' Shard

README

Event Dispatcher

Build Status Latest release

A Mediator and Observer pattern event library.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  athena-event_dispatcher:
    github: athena-framework/event-dispatcher
  1. Run shards install

Documentation

If using the component on its own, checkout the API documentation. If using the component as part of Athena, also checkout the external documentation.

Contributing

  1. Fork it (https://github.com/athena-framework/event-dispatcher/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