Skip to content

Files

Latest commit

56ab624 · May 4, 2022

History

History

IronMQ

IronMQ driver

Latest Version

Iron MQ driver for Bernard.

Install

Via Composer

composer require bernard/ironmq-driver

Usage

<?php

use Bernard\Driver\IronMQ\Driver;
use IronMQ\IronMQ;

$connection = new IronMQ([
    'token'      => 'your-ironmq-token',
    'project_id' => 'your-ironmq-project-id',
]);
$driver = new Driver($connection);

License

The project is licensed under the MIT License.