oliviermilla / infogreffe-unofficial-api

Unofficial API for infogreffe.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Unofficial API for infogreffe.fr

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 100.0%