Skip to content

[READ-ONLY] Pheanstalk driver for Bernard

License

Notifications You must be signed in to change notification settings

bernardphp/pheanstalk-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

[READ-ONLY] Pheanstalk driver for Bernard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages