Navigation Menu

Skip to content

yavuzkutuk/Api-Open-Food-Facts-Exemple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openfoodfacts-php

Open Food Facts

PHP API Wrapper for Open Food Facts, the open database about food.

Project Status Build Status Stories in Ready Average time to resolve an issue Percentage of issues still open

Requirements

Installation

With Git:

git clone https://github.com/KYavuz/Api-Open-Food-Facts-Exemple nomDepot
With Composer:

With Composer:

composer install
composer require openfoodfacts/php-client

Lancement projet

php -S localhost:8000 -t public

Usage

Is possible using API without Wrapper.

$api = new OpenFoodFacts\Api('food','fr-en',$log);
$prd = $api->getProduct('3057640385148');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published