omerozturk0 / piplapis-php
用于与Pipl搜索API一起使用的客户端库
1.0.0
2018-07-13 15:52 UTC
Requires
- php: >=5.2.17
- ext-curl: *
Suggests
- ext-mbstring: *
This package is not auto-updated.
Last update: 2024-09-20 20:41:44 UTC
README
这是一个PHP客户端库,用于轻松将Pipl的API集成到您的应用程序中。
- 有关Pipl的API的详细信息 - http://pipl.com/dev
- 此库可用在其他语言中 - http://pipl.com/dev/guide/code_libraries
库需求
- PHP 5.2.17及以上版本。
- 确保php-curl已启用(Windows: 在php.ini文件中取消注释
;extension=php_curl.dll
,Linux(Debian衍生版):apt-get install php5-curl
)。 - 不是必需的,但为了输入验证Unicode字符串,建议使用mb_string。
入门 & 代码片段
Pipl的搜索API