Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1011 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 1011 Bytes

Pluggit - Queues

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