LINKV SDK for the php programming language.
PHP
PHP-CPP
- install PHP-CPP
- 2.2.0 (PHP 7.4+) https://github.com/CopernicaMarketingSoftware/PHP-CPP
- 2.1.4 (PHP 7.0~7.3) https://github.com/CopernicaMarketingSoftware/PHP-CPP
- 1.7.1 (PHP 5.3+) https://github.com/CopernicaMarketingSoftware/PHP-CPP-LEGACY
tar zxf PHP-CPP.tar.gz
cd PHP-CPP
make
make install
-
download linkv.so
- PHP 7.4+ (2.2.0)
- PHP 7.0~7.3 (2.1.4)
- PHP 5.3+ (1.7.1)
-
edit php.ini
# php.ini
[linkv]
extension=/path/linkv.so
This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information.