Stars: 129
Forks: 15
Pull Requests: 38
Issues: 8
Watchers: 11
Last Updated: 2023-09-08 01:25:05
Open Food Facts API wrapper for Laravel
License: MIT License
Languages: PHP
This package provides a convenient wrapper to the Open Food Facts API for Laravel applications.
Legacy support (PHP 7.2+ and Laravel 5.7-8.x) at v0.2.x.
You can install the package via composer:
composer require openfoodfacts/openfoodfacts-laravel
OpenFoodFacts::barcode('20203467');
it returns an array with product details:
Array
(
[product_name] => Cantuccini with hazelnuts
[image_url] => https://static.openfoodfacts.org/images/products/20203467/front_fr.4.400.jpg
...
)
$collection = OpenFoodFacts::find('Coca Cola Zero');
// returns a Illuminate\Support\Collection of arrays with details of each product found
You're very welcome to contribute. We coordinate on the Open Food Facts slack, on the #PHP channel : https://slack.openfoodfacts.org Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.
If you use this SDK, feel free to open a PR to add your application in this list.