Skip to content

bernardphp/amqp-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMQP driver

Latest Version

AMQP driver for Bernard.

Install

Via Composer

$ 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.

About

[READ-ONLY] AMQP driver for Bernard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages