2017 © Pedro Peláez
 

library infogreffe-unofficial-api

Unofficial API for infogreffe.fr

image

rudloff/infogreffe-unofficial-api

Unofficial API for infogreffe.fr

  • Monday, April 9, 2018
  • by Rudloff
  • Repository
  • 3 Watchers
  • 8 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Unofficial API for infogreffe.fr

No Maintenance Intended You should use the OpenCorporates API instead., (*1)

This PHP class allows you to query data on infogreffe.fr., (*2)

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., (*3)

You can also import this library with Composer:, (*4)

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:, (*5)

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., (*6)

The Versions

09/04 2018
09/04 2018
21/10 2015

0.2.0

0.2.0.0

Unofficial API for infogreffe.fr

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

13/10 2015

0.1.0

0.1.0.0

Unofficial API for infogreffe.fr

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires