ivuorinen/business-data-fetcher
最新稳定版本:v1.1.1
Composer 安装命令:
composer require ivuorinen/business-data-fetcher
包简介
Library to fetch finnish business data
README 文档
README
This is an API client to Finnish Patent and Registration Office's (PRH) Business Information System (BIS) v1.
Use it to get company data from the Business Information System by Business ID.
Installation
composer install ivuorinen/business-data-fetcher
Usage example
<?php require_once 'vendor/autoload.php'; $client = new Ivuorinen\BusinessDataFetcher\BusinessDataFetcher(); try { $results = $client->getBusinessInformation('1639413-9'); print_r($results); } catch (\GuzzleHttp\Exception\GuzzleException $e) { var_dump($e); }
Data source
All models are transcribed from PRH Open Data portal. You can find the examples and models descriptions, among other details and live API query tool following this link: https://avoindata.prh.fi/ytj_en.html
Notice of Liability
The data provided by the API is subject to change without warning and the author(s) of this library are providing this without compensation and cannot be held responsible.
License
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-13