项目作者: kenboy
项目描述 :
Extended PHP Library
高级语言: C
项目地址: git://github.com/kenboy/pecl-epl.git
EPL - Extended PHP Library

Install the extension
git clone git@github.com:kenboy/pecl-epl.git
cd pecl-epl
phpize
./configure
make
sudo make install
Then add extension=epl.so
to your php.ini, or in a dedicated epl.ini file created within the include directory.