Skip to content

Instantly share code, notes, and snippets.

View kevinmlong's full-sized avatar

Kevin Long kevinmlong

View GitHub Profile
@kevinmlong
kevinmlong / postmaster.php
Last active June 1, 2017 14:54
Postmaster Class for PHP Event Bus Using RabbitMQ
<?php
class Postmaster {
private $connection;
private $channel;
/**
* Factory method for creating and instance of Postmaster
*/