PIPL's current library isn't compatible with php version 7.2. There had been some functions that were deprecated in php 7.2 thus I had to alter the library in order to work for my php's specific version.
composer require roykesserwani/piplapis-php7.2
This is a PHP client library for easily integrating Pipl's APIs into your application.
- Full details about Pipl's APIs - http://pipl.com/dev
- This library is available in other languages - http://pipl.com/dev/guide/code_libraries
- PHP 5.2.17 and above.
- Make sure php-curl is enabled (Windows: in the php.ini file uncomment
;extension=php_curl.dll
, Linux (Debian derivatives):apt-get install php5-curl
). - Not required, but for input validation of unicode strings mb_string is recommended.
Pipl's Search API
- Getting started - https://pipl.com/dev/guide/getting_started
- Code snippets - https://pipl.com/dev/guide/code_snippets
- Full reference - https://pipl.com/dev/reference# pipl-php-7.2