Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

braincrafted/mq

Repository files navigation

BcMq

Build Status

An asynchronous message queue implemented in PHP (mostly for fun and pleasure).

By Florian Eckerstorfer.

Installation

The recommended way of installing BcMq is through Composer:

{
    "require": {
        "braincrafted/mq": "dev-master"
    }
}

Usage

BcMq requires two distinct scripts, a server and a consumer. The server needs to run as long new messages should be accepted. Whenever a new message arrives the server invokes the consumer in the background and instantley closes the connection.

Messages can be produced using the included producer or by writing a JSON object to the configured port.

There are examples for server, consumer and producer in the examples directory.

Changelog

Version 0.4.2 (8 September 2014)

  • Updated version string for react/socket

Version 0.4.1 (2014-05-19)

  • Fixed namespaces for BackgroundProcess

Version 0.4 (2013-11-15)

  • Changed namespace to Braincrafted

Version 0.3 (2013-07-05)

  • Server can send callback when handling incoming data

Version 0.2 (2013-06-04)

  • Updated symfony/dependency-injection to version 2.3

Version 0.1

  • Initial release

License

The MIT License (MIT)

Copyright (c) 2013 Florian Eckerstorfer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

An asynchronous message queue implemented in PHP.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages