Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 561 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 561 Bytes

EPL - Extended PHP Library

Build Status Supported PHP versions: 7.3 Supported PHP versions: 7.4

Install the extension

git clone [email protected]: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.