Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSR-14 Event Dispatcher #1184

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jul 12, 2021

  1. Install PSR-14 Event Dispatcher

    Signed-off-by: Eugene Borovov <[email protected]>
    eugene-borovov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    8b55917 View commit details
    Browse the repository at this point in the history
  2. Declare domain events

    Signed-off-by: Eugene Borovov <[email protected]>
    eugene-borovov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    2fd0f82 View commit details
    Browse the repository at this point in the history
  3. Declare EventDispatchable interface

    Signed-off-by: Eugene Borovov <[email protected]>
    eugene-borovov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    cc7548d View commit details
    Browse the repository at this point in the history
  4. Using EventDispatchable instead of EmitterAwareInterface

    Signed-off-by: Eugene Borovov <[email protected]>
    eugene-borovov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1065a8d View commit details
    Browse the repository at this point in the history
  5. Remove league/event dependency

    Signed-off-by: Eugene Borovov <[email protected]>
    eugene-borovov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    fb905d3 View commit details
    Browse the repository at this point in the history
  6. Added examples of using events

    Signed-off-by: Eugene Borovov <[email protected]>
    eugene-borovov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    caa2e00 View commit details
    Browse the repository at this point in the history
  7. Rename EventDispatchable to EventDispatcherAware

    Signed-off-by: Eugene Borovov <[email protected]>
    eugene-borovov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6eecb6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21accbc View commit details
    Browse the repository at this point in the history
  9. Fix code style

    Signed-off-by: Eugene Borovov <[email protected]>
    eugene-borovov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    3de6f68 View commit details
    Browse the repository at this point in the history
  10. Resolve conflict

    eugene-borovov committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    27ff32f View commit details
    Browse the repository at this point in the history