marcortola/food-data-central
Composer 安装命令:
composer require marcortola/food-data-central
包简介
Community API client for the Food Data Central USDA nutrient database
README 文档
README
Installation
- Install Composer
- Execute:
$ composer require marcortola/food-data-central
This wrapper doesn't bundle the HTTP client so you are free to use your preferred one. You can inject it in the FoodDataCentralClient constructor or let the wrapper discover it. If you don't know what I am talking about, the fast solution is to require these packages:
$ composer require php-http/curl-client nyholm/psr7 php-http/message
Usage
$foodDataCentralClient = FoodDataCentralClient::create('your_api_key'); // Find food by FDC ID. $foodItem = $foodDataCentralClient->food()->food(781125); // Find food nutrients. See the FoodItem interface for more nutrient finders. $calcium = $foodDataCentralClient->food()->food(781125)->getCalcium();
Read the Food Data Central API documentation here.
License
Licensed under the MIT License. See License File for more information about it.
统计信息
- 总下载量: 1.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-16