Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 587 Bytes

File metadata and controls

31 lines (17 loc) · 587 Bytes

Interop driver

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.