bernard/queue-interop-driver

Queue Interop driver for Bernard

dev-master / 0.1.x-dev 2018-02-19 17:36 UTC

This package is auto-updated.

Last update: 2024-04-17 05:10:35 UTC


README

Latest Version

Queue Interop driver for Bernard.

Install

Via Composer

$ composer require bernard/queue-interop-driver

Usage

<?php

use Bernard\Driver\QueueInterop\Driver;

//$context = queue interop context
$driver = new Driver($context);

License

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