文件名称:google-image-search:您可以使用Google的新自定义搜索API查询Google的图像
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-29 16:34:49
PHP
谷歌图片搜索 您可以使用Google的新自定义搜索API在google中查询图像。 ImageSearch :: config ()-> apiKey ( 'API Goes Here' ); ImageSearch :: config ()-> cx ( 'CX Goes Here' ); ImageSearch :: search ( 'civic' ); // returns array of results 要求 您需要拥有一个API密钥和一个CX字符串,都可以通过以下找到: : 安装 使用作曲家进行安装 composer require odannyc/google-image-search 用法 使用config方法设置您的API和CX字符串: use odannyc\ GoogleImageSearch \ ImageSearch ; ImageSearch ::
【文件预览】:
google-image-search-master
----composer.json(538B)
----phpunit.xml(765B)
----tests()
--------ImageSearchTest.php(584B)
--------GoogleCreds.php.example(366B)
----LICENSE(1KB)
----src()
--------Http.php(827B)
--------Config.php(1KB)
--------ImageSearch.php(678B)
--------Image.php(519B)
----.gitignore(50B)
----README.md(1KB)