public
Description: A PHP extension for interfacing with Apache ZooKeeper
Homepage:
Clone URL: git://github.com/andreiz/php-zookeeper.git
name age message
file .gitignore Mon Aug 17 10:47:50 -0700 2009 add gitignore [andreiz]
file CREDITS Thu Oct 15 14:08:41 -0700 2009 Add description files. [Andrei Zmievski]
file ChangeLog Thu Oct 15 14:08:41 -0700 2009 Add description files. [Andrei Zmievski]
file LICENSE Thu Oct 15 14:08:41 -0700 2009 Add description files. [Andrei Zmievski]
file README.markdown Thu Oct 15 14:08:41 -0700 2009 Add description files. [Andrei Zmievski]
file config.m4 Wed Oct 28 11:04:46 -0700 2009 Look for Macports libzookeeper too. [Andrei Zmievski]
file package.xml Thu Oct 15 14:16:14 -0700 2009 Add package.xml. [Andrei Zmievski]
file php_zookeeper.c Fri Oct 09 15:17:10 -0700 2009 Display libzookeeper version. [Andrei Zmievski]
file php_zookeeper.h Thu Oct 15 14:16:35 -0700 2009 Release 0.1.0. [Andrei Zmievski]
file zookeeper-api.php Fri Aug 21 13:12:06 -0700 2009 A few more methods. [andreiz]
README.markdown

Description

This extension uses libzookeeper library to provide API for communicating with ZooKeeper service.

ZooKeeper is an Apache project that enables centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.

Resources