PHP extension to compute Lambert W(x) function.
git clone https://github.com/ammarfaizi2/php_lambertw;
cd php_lambertw;
phpize;
./configure;
make -j2;
php -dextension=$(pwd)/modules/lambertw.so test.php
This package is licensed under the MIT license.