developermarshak / couchbase-queue-laravel by developermarshak

The Laravel Lumen Framework.
2
1
1
Package Data
Maintainer Username: developermarshak
Maintainer Contact: developer.marshak@gmail.com (Marshak Nikita)
Package Create Date: 2017-11-20
Package Last Update: 2017-11-20
Language: PHP
License: MIT
Last Refreshed: 2024-05-03 15:14:55
Package Statistics
Total Downloads: 2
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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