Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 624 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 624 Bytes

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.