Skip to content

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

License

Notifications You must be signed in to change notification settings

Mad-Collective/queues

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages