文件名称:pondtunes:用于查询 Apple iTunes Webservice 的小型库
文件大小:18KB
文件格式:ZIP
更新时间:2024-07-18 10:07:53
PHP
池塘曲调 PondTunes 是一个 PHP 5.3+ 库,用于查询 Apple iTunes Store。 它是的继承者。 该库仍在开发中,但请随时以任何方式做出贡献。 安装: 将 PondTunes 添加到您的composer.json : { "require" : { "pond/tunes" : "*" } } 使用 PondTunes? 查询 Apple iTunes Store API 的基本示例: <?php use Pond \ Tunes \ Search ; use Pond \ Tunes \ Tunes ; use HttpAdapter \ CurlHttpAdapter ; $ httpAdapter = new CurlHttpAdapter (); $ search = new Search ( $ http
【文件预览】:
pondtunes-master
----composer.json(735B)
----.travis.yml(190B)
----example()
--------search.php(1KB)
----tests()
--------bootstrap.php(57B)
--------Pond()
----LICENSE(1KB)
----src()
--------Pond()
----.gitignore(85B)
----CHANGELOG.md(422B)
----phpunit.xml.dist(671B)
----README.md(1KB)