# php-beanstalk **Repository Path**: qzfzz/php-beanstalk ## Basic Information - **Project Name**: php-beanstalk - **Description**: 基于php扩展形式开发的,以c语言书写的beanstalkd客户端,目前提供php5与php7的支持 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2016-05-12 - **Last Updated**: 2023-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #php-beanstalk php-beanstalk is a extension of php and now support for php5 and php7. This extension has double performance than native php client, and the extension has implement most of the beanstalk protocol. The extension is now procedure oriented. Tested on php53, php54, php55, php56 and php7. author: qzfzz(Bruce Tsisen) email: qzfzz@163.com Installation: ``` 1. download(or clone)php-beanstalk first 2. $cd php-beanstalk 3. $phpize 4. $./configure 5. $make 6. $make install 7. after you install it, please configure the ip address of your beanstalkd server in beanstalk/include/config.inc 8. $make test ``` compile passed:linux/unix/osx support php version: php5, php7 both on zts and nts version just enjoy it