Skip to content

Releases: popojargo/PHP-on-Couch

PHP-on-Couch 2.0

05 Nov 19:40
Compare
Choose a tag to compare

Changes

Since I forked the origin branch, I updated the library a bit. We are now using Namespaces for the whole library. It's cleaner to use it with an autoloader. Please take a look to the updated examples for more details.

Added

Updated the CouchClient class by adding the following :

  • getMemberShip()
  • getConfig($nodeName[,$section,$key])
  • setConfig($nodeName,$section,$key,$value)
  • deleteConfig($nodeName,$section,$key)

Composer installation is also available.

Updated

  • CouchAdmin($client,$options) : You can now specified the node of the CouchAdmin to configure it correctly.
  • Updated and added tests