rudloff/infogreffe-unofficial-api

此包已废弃,不再维护。未建议替代包。

infogreffe.fr的非官方API

0.2.0 2015-10-20 23:15 UTC

This package is not auto-updated.

Last update: 2019-09-28 19:13:19 UTC


README

No Maintenance Intended 建议您使用OpenCorporates API

此PHP类允许您查询infogreffe.fr上的数据。

如何使用

您可以将classes/Infogreffe.php导入到您的PHP代码中,然后使用Infogreffe::search()函数检索数据。

您也可以使用Composer导入此库

composer require rudloff/infogreffe-unofficial-api

示例

use InfogreffeUnofficial\Infogreffe;

require_once __DIR__.'/vendor/autoload.php';

var_dump(Infogreffe::search('foo'));

CLI

存在一个基本的命令行界面,您可以使用它

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

它如何工作

它使用未记录的infogreffe.fr REST API。我们愿意在它包含相同功能的情况下切换到Infogreffe开放数据API