omerozturk0 / piplapis-php
Client library for use with the Pipl search API
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/omerozturk0/piplapis-php
Requires
- php: >=5.2.17
- ext-curl: *
Suggests
- ext-mbstring: *
This package is not auto-updated.
Last update: 2025-12-27 02:45:46 UTC
README
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