# php-zookeeper **Repository Path**: ericzyh/php-zookeeper ## Basic Information - **Project Name**: php-zookeeper - **Description**: A PHP extension for interfacing with Apache ZooKeeper - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Description ----------- [![Build Status](https://img.shields.io/travis/andreiz/php-zookeeper/master.svg?style=flat-square)](https://travis-ci.org/andreiz/php-zookeeper) [![Coveralls](https://img.shields.io/coveralls/andreiz/php-zookeeper.svg?style=flat-square)](https://coveralls.io/r/andreiz/php-zookeeper?branch=master) 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 --------- * [zookeeper](http://hadoop.apache.org/zookeeper/) * [recipes](https://github.com/Gutza/php-zookeeper-recipes)