Download the PHP package openfoodfacts/openfoodfacts-laravel without Composer
On this page you can find all versions of the php package openfoodfacts/openfoodfacts-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download openfoodfacts/openfoodfacts-laravel
More information about openfoodfacts/openfoodfacts-laravel
Files in openfoodfacts/openfoodfacts-laravel
Package openfoodfacts-laravel
Short Description Open Food Facts API wrapper for Laravel
License MIT
Homepage https://github.com/openfoodfacts/openfoodfacts-laravel
Informations about the package openfoodfacts-laravel
Laravel Open Food Facts API
This package provides a convenient wrapper to the Open Food Facts API for Laravel applications.
Requirements
- PHP 8.1+
- Laravel 9.x, 10.x, 11.x
Installation
You can install the package via composer:
Legacy support
- PHP 8.0 (Laravel <=9.x):
composer require "openfoodfacts/openfoodfacts-laravel:^0.3"
- PHP 7.2-7.4.x (Laravel 5.7-8.x):
composer require "openfoodfacts/openfoodfacts-laravel:^0.2"
Usage
Find product details by barcode
it returns an array with product details:
... or find in other product databases:
Find products that match a search term:
Also works with:
Contributing
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.
License
The MIT License (MIT). Please see License File for more information.
Third party applications
If you use this SDK, feel free to open a PR to add your application in this list.
Authors
All versions of openfoodfacts-laravel with dependencies
guzzlehttp/guzzle Version ^7.4
illuminate/support Version ^9.0|^10.0|^11.0
openfoodfacts/openfoodfacts-php Version ^0.3.0