ivuorinen / business-data-fetcher
用于获取芬兰商业数据的库
v1.1.1
2024-08-22 19:44 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.4
- spatie/data-transfer-object: ^3.9
Requires (Dev)
- ivuorinen/markdowndocs: ^4.0
- phpstan/phpstan: ^1.11
- squizlabs/php_codesniffer: ^3.10
This package is auto-updated.
Last update: 2024-09-28 15:39:28 UTC
README
这是一个芬兰专利和注册局(PRH)商业信息系统(BIS)v1的API客户端。
通过它,您可以通过商业ID从商业信息系统中获取公司数据。
安装
composer install ivuorinen/business-data-fetcher
使用示例
<?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); }
数据源
所有模型均转录自PRH开放数据门户。您可以通过此链接找到示例和模型描述,以及其他详细信息和实时API查询工具:https://avoindata.prh.fi/ytj_en.html
免责声明
API提供的数据可能随时更改,而本库的作者提供这些数据不收取任何费用,因此不承担任何责任。