项目作者: CMProductions

项目描述 :
Provides abstractions for Tasks & Domain Events as well as implementations for some queue systems. Easy to extend.
高级语言: PHP
项目地址: git://github.com/CMProductions/queues.git
创建时间: 2016-06-21T15:47:18Z
项目社区:https://github.com/CMProductions/queues

开源协议:MIT License

下载


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

  1. composer require "pluggit/queues"

Environment

Start environment

  1. make dev

Enter environment

  1. make enter

Tests

PhpSpec:

  1. bin/phpspec run

Behat:

  1. bin/behat

Helpers:
Small cli tool for manual execution