定制 rudloff/infogreffe-unofficial-api 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rudloff/infogreffe-unofficial-api

最新稳定版本:0.2.0

Composer 安装命令:

composer require rudloff/infogreffe-unofficial-api

包简介

Unofficial API for infogreffe.fr

README 文档

README

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.

统计信息

  • 总下载量: 120
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 3
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-10-12