library amqp-driver
AMQP driver for Bernard
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
AMQP driver
, (*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)