developermarshak/queue-couchbase

The Laravel Lumen Framework.
2 1
Install
composer require developermarshak/queue-couchbase
Latest Version:0.0.3
PHP:>=7
License:MIT
Last Updated:Nov 20, 2017
Links: GitHub  ·  Packagist
Maintainer: developermarshak

Installation

composer require developermarshak/queue-couchbase

or add to your composer.json in section autoload

"developermarshak/queue-couchbase": "0.*"

Register service providers:

'\Mpociot\Couchbase\CouchbaseServiceProvider::class'
'\developermarshak\QueueCouchbase\CouchbaseQueueServiceProvider'

Copy queue config:

mkdir config
cp ./vendor/developermarshak/queue-couchbase/src/config/queue.php ./config/

Set at .env queue driver couchbase:

QUEUE_DRIVER=couchbase

#Run tests

php ./tests/create-bucket.php
php ./vendor/bin/phpunit