roykesserwani / piplapis-php7.2
Client library for use with the Pipl search API compatible with PHP 7.2
Installs: 4 087
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.2.17
- ext-curl: *
Suggests
- ext-mbstring: *
This package is not auto-updated.
Last update: 2025-06-03 07:44:42 UTC
README
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.
INSTALL VIA COMPOSER
composer require roykesserwani/piplapis-php7.2
piplapis PHP Library
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
Library Requirements
- 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.
Getting Started & Code Snippets
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