2017 © Pedro Peláez
 

library phpcb-migration

Support couchbase 1.x class on top of 2.x library

image

notrix/phpcb-migration

Support couchbase 1.x class on top of 2.x library

  • Wednesday, October 4, 2017
  • by notrix
  • Repository
  • 1 Watchers
  • 0 Stars
  • 797 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

phpcb-migration

PHP Class to provide v1 client lib methods with the v2 lib, (*1)

Between the version 1 and 2 of the couchbase PHP client library the Couchbase class was replaced., (*2)

The class in this project aims at being a drop in replacement to make existing call to the v1 Couchbase object still work when the v2 lib is installed., (*3)

Note that the PHP client library v2 needs the C library : libcouchbase version 2.4.5 (at least)., (*4)

It works with PHP 5.3 (tested with 5.3.9) and higher., (*5)

This class is intended to be used with the PHP client library 2.0.3 or higher. In 2.0.2 and before two bugs existed, to use this version of the PHP client library see the 2.0.2 tag., (*6)

It might differ a little from certain return codes with the v1 PHP client library as those were not very well documented., (*7)

Its status is : "ready to use with the usual precaution". Some PHP doc might be added in the future..., (*8)


Usual disclaimer : do not put it in production environment without extensive testing. This class is provided as is and free to use., (*9)

The Versions

04/10 2017

dev-migration

dev-migration

Support couchbase 1.x class on top of 2.x library

  Sources   Download

MIT

migrate couchbase

04/10 2017

dev-master

9999999-dev

Support couchbase 1.x class on top of 2.x library

  Sources   Download

MIT

migrate couchbase