te/message-queuer

This package is abandoned and no longer maintained. The author suggests using the symfony/messenger package instead.

Abstract layer for message queues in PHP.

1.1.1 2014-06-04 15:44 UTC

This package is not auto-updated.

Last update: 2021-03-11 08:33:35 UTC


README

Abstract layer for message queues in PHP.

Installation

Installation is super-easy via composer

composer require te/message-queuer

or add it to your composer.json file.

Future plans

  • Database adapter (use Doctrine\DBAL)
  • IronMQ adapter
  • RabbitMQ adapter

LICENSE

Copyright (c) 2015 Turtle Entertainment GmbH

Open sourced under the MIT license. See the included LICENSE file for more information.