Unofficial API for infogreffe.fr
You should use the OpenCorporates API instead.
This PHP class allows you to query data on infogreffe.fr.
How to use it
Class
You can import classes/Infogreffe.php into your PHP code and then use the Infogreffe::search() function to retrieve data.
You can also import this library with Composer:
composer require rudloff/infogreffe-unofficial-apiExample
use InfogreffeUnofficial\Infogreffe;
require_once __DIR__.'/vendor/autoload.php';
var_dump(Infogreffe::search('foo'));CLI
There is a basic commandline interface that you can use:
php cli.php search "Bygmalion"
php cli.php search 13000545700010How does it work
It uses an undocumented infogreffe.fr REST API.
We are willing to switch to the Infogreffe open data API if and when it includes the same features.
On this page
Languages
PHP87.8%JavaScript12.2%
Latest Release
0.3.0July 2, 2021GNU Lesser General Public License v3.0
Created July 9, 2020
Updated July 2, 2021