/infogreffe-unofficial-api

Unofficial API for infogreffe.fr

Primary LanguagePHPGNU Lesser General Public License v3.0LGPL-3.0

Unofficial API for infogreffe.fr

This PHP class allows you to query data on infogreffe.fr.

##How to use it ###Class You import classes/Infogreffe.php into your PHP code and then use the Infogreffe::search to retrieve data.

###CLI There is a basic commandline interface that you can use:

php cli.php search "Bygmalion"
php cli.php search 13000545700010

##How 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.