文件名称:edmunds-php-api:Edmunds 车辆 API 的 API 资源集合
文件大小:62KB
文件格式:ZIP
更新时间:2024-07-12 02:36:08
PHP
edmunds-php-api Edmunds 车辆 API 的 API 资源集合。 使用的 http 客户端是 Guzzle ( )。 用法 您首先需要一个 API 密钥。 您可以访问并申请开发者 API 密钥。 Edmunds API 有 4 个不同的 API,您必须为每个 API 申请一个密钥。 我不会在这里详细介绍该过程。 在最简单的形式中,您可以按如下方式使用它: In your composer.json, add the following dependency (replace {version} with latest version): "rfink/edmunds-php-api": "{version}" Then run composer update from the command line. Inside your app, you can
【文件预览】:
edmunds-php-api-master
----composer.json(497B)
----tests()
--------bootstrap.php(52B)
--------RF()
----src()
--------RF()
----.gitignore(33B)
----phpunit.xml.dist(503B)
----README.md(2KB)