2017 © Pedro PelĂĄez
 

library amqp-driver

AMQP driver for Bernard

image

bernard/amqp-driver

AMQP driver for Bernard

  • Monday, February 19, 2018
  • by acrobat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 100 % Grown

The README.md

AMQP driver

Latest Version, (*1)

AMQP driver for Bernard., (*2)

Install

Via Composer, (*3)

$ composer require bernard/amqp-driver

Usage

<?php

use Bernard\Driver\Amqp\Driver;
use PhpAmqpLib\Connection\AMQPStreamConnection;

$connection = new AMQPStreamConnection('localhost', 5672, 'guest', 'guest');
$driver = new Driver($connection, 'exchange');

License

The MIT License (MIT). Please see License File for more information., (*4)

The Versions

19/02 2018

dev-master

9999999-dev https://github.com/bernardphp/ironmq-driver

AMQP driver for Bernard

  Sources   Download

MIT

The Requires

 

The Development Requires

by MĂĄrk SĂĄgi-KazĂĄr

queue message message queue amqp bernard