2017 © Pedro Peláez
 

library couchbase-adapter

Couchbase adapter for ackintosh/ganesha

image

ganesha-plugin/couchbase-adapter

Couchbase adapter for ackintosh/ganesha

  • Thursday, May 10, 2018
  • by xKerman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

ganesha-plugin/couchbase-adapter

Build Status codecov Scrutinizer Code Quality Latest Stable Version, (*1)

This package provides Couchbase adapter for ackintosh/ganesha., (*2)

Installation

$ composer require ganesha-plugin/couchbase-adapter, (*3)

How to use

With ackintosh/ganesha:, (*4)

// create bucket instance
$cluster = new \Couchbase\Cluster('...');
$authenticator = new \Couchbase\PasswordAuthenticator();
$authenticator->username('...')->password('...');
$cluster->authenticate($authenticator);
$bucket = $cluster->openBucket('...');

$ganesha = \Ackintosh\Ganesha\Builder::build([
    ..., // other options
    'adapter' => new \GaneshaPlugin\Adapter\Couchbase($bucket),
]);

Development

to run unit test:, (*5)

$ make start                                  # start couchbase server in docker container
$ TEST_COUCHBASE_HOST=localhost composer test # run unit test

License

MIT License, (*6)

The Versions

10/05 2018

dev-master

9999999-dev

Couchbase adapter for ackintosh/ganesha

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar xKerman

circuit breaker

10/05 2018

dev-feature/packagist-badge

dev-feature/packagist-badge

Couchbase adapter for ackintosh/ganesha

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar xKerman

circuit breaker

10/05 2018

1.0.1

1.0.1.0

Couchbase adapter for ackintosh/ganesha

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar xKerman

circuit breaker

10/05 2018

1.0.0

1.0.0.0

Couchbase adapter for ackintosh/ganesha

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar xKerman

circuit breaker