Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 615 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 615 Bytes

Pheanstalk driver

Latest Version

Pheanstalk driver for Bernard.

Install

Via Composer

$ composer require bernard/pheanstalk-driver

Usage

<?php

use Bernard\Driver\Pheanstalk\Driver;
use Pheanstalk\Pheanstalk;

$pheanstalk = new Pheanstalk('localhost');
$driver = new Driver($pheanstalk);

License

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