developermarshak / queue-couchbase
The Laravel Lumen Framework.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/developermarshak/queue-couchbase
Requires
- php: >=7
- developermarshak/laravel-couchbase: 0.*
- illuminate/queue: 5.5.*
- vlucas/phpdotenv: ~2.2
Requires (Dev)
- laravel/lumen-framework: 5.*
- mockery/mockery: ~0.9
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2025-10-12 09:42:00 UTC
README
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