GitHunt
GR

greggythefly/infogreffe-unofficial-api

Unofficial API for infogreffe.fr

Unofficial API for infogreffe.fr

No Maintenance Intended
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-api

Example

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

Languages

PHP87.8%JavaScript12.2%

Contributors

Latest Release

0.3.0July 2, 2021
GNU Lesser General Public License v3.0
Created July 9, 2020
Updated July 2, 2021