edamam php
v1.0.0
The Edama-PHP library provides access to the Edamam API for the PHP language.
Install with composer using composer require kylemilloy/edamam-php
Simple usage looks like:
EdamamApiFoodDatabaseFoodDatabase::setApiCredentials('app_id', 'app_key');
$results = EdamamApiFoodDatabaseFoodRequest::find(['ingredient' => 'pizza'])->results();
For more complex usage view the FoodDatabase API Docs.