andreiz / php-zookeeper

A PHP extension for interfacing with Apache ZooKeeper

This URL has Read+Write access

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. [andreiz]
file ChangeLog Thu Oct 15 14:08:41 -0700 2009 Add description files. [andreiz]
file LICENSE Thu Oct 15 14:08:41 -0700 2009 Add description files. [andreiz]
file README.markdown Thu Oct 15 14:08:41 -0700 2009 Add description files. [andreiz]
file config.m4 Wed Oct 28 11:04:46 -0700 2009 Look for Macports libzookeeper too. [andreiz]
file package.xml Thu Oct 15 14:16:14 -0700 2009 Add package.xml. [andreiz]
file php_zookeeper.c Fri Oct 09 15:17:10 -0700 2009 Display libzookeeper version. [andreiz]
file php_zookeeper.h Thu Oct 15 14:16:35 -0700 2009 Release 0.1.0. [andreiz]
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