pier-infor / agrimer
France Agrimer Markets Quotations
dev-master
2025-06-02 16:28 UTC
Requires
- php: >=7.4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.17
- phploc/phploc: ^5.0
- phpmd/phpmd: @stable
- phpstan/phpstan: ^1.6
- phpunit/phpunit: ^8.0
- pier-infor/undercover: ^1.0.1
- squizlabs/php_codesniffer: *
- theseer/phpdox: @stable
This package is auto-updated.
Last update: 2025-06-02 16:28:42 UTC
README
Agrimer is a php lib to grab food market's quotations for both french and german market place.
FranceAgrimer
FranceAgrimer is the data provider but it publishes quotations as html format only, no api available to deal with raw datas.
Setup
git clone https://github.com/pierre-fromager/Agrimer.git
cd Agrimer
composer install
Or you can also install it from packagist
composer require pier-infor/agrimer
Example
You can run a simple use case to start to use this lib running :
composer start
Source file is index.php
Licence
The source is published as GNU-GPL3.
Feel free to use, modify, contrib.