文件名称:NYTimes-APIs:NYTimes API 的 PHP 包装器
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-26 11:13:33
PHP
NYTimes-APIs NYTimes API 的 ##PHP 包装器。 ####您是 PHP 开发人员吗? 为 NYTimes API 尝试这些 php 绑定。 使用 Composer 依赖管理器可以轻松地将这些绑定包含到您的项目中。 在根目录下的 composer.json 文件中添加以下 require 条目: "require" : { "amy/nytimes-apis": "dev-master", "eloquent/enumeration": "dev-master", "nategood/httpful": "*" } 然后运行: composer install composer update 当前支持的 NYTimes API 文章搜索API ###Documentation(更详尽的文档即将推出!)对于 PHP 开发人员来
【文件预览】:
NYTimes-APIs-master
----src()
--------ArticleSearch()
--------Common()
--------BaseRequest.php(1KB)
--------Validator.php(403B)
--------BaseQuery.php(183B)
--------BaseResponseFormat.php(220B)
----exceptions()
--------NYTimesException.php(344B)
----test.php(498B)
----composer.json(499B)
----composer.lock(4KB)
----README.md(1KB)
----tests()
--------ArticleSearch()
--------NYTimesTest.php(99B)