Skip to content

Latest commit

 

History

History

Pheanstalk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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 project is licensed under the MIT License.