pluggit/queues

Provides abstractions for Tasks & Domain Events as well as implementations for some queue systems. Easy to extend.

4.7.0 2020-03-02 15:46 UTC

README

Build Status Build Status Scrutinizer Code Quality

This is the Queues Abstraction Library. It will provide you with two main abstractions:

  • DomainEvent: Publish and subscribe to Domain Events.
  • Tasks: Produce and Consume Tasks.

Installation

composer require "pluggit/queues"

Environment

Start environment

make dev

Enter environment

make enter

Tests

PhpSpec:

bin/phpspec run

Behat:

bin/behat

Helpers: Small cli tool for manual execution