ageras / sherlock
从提供商检索公司数据
0.4.0
2020-02-05 12:28 UTC
Requires
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: ^5.3
This package is auto-updated.
Last update: 2024-09-05 23:20:08 UTC
README
描述
Sherlock提供了一个通用的接口,用于访问包含公司数据(如地址、增值税登记号、联系信息和年度报告)的各种数据库。Sherlock将根据搜索的国家选择合适的提供商进行搜索。
目前Sherlock从以下数据提供商获取数据
提供商特定配置
丹麦 - CVR注册
丹麦数据提供商是由丹麦当局提供的ElasticSearch实例。请访问CVR.dk了解更多关于获取凭证的信息。
为了使用该提供商,请提供以下ENV变量以及用于CVR ElasticSearch实例的凭证
COMPANY_SERVICE_CVR_USERNAME=
COMPANY_SERVICE_CVR_PASSWORD=
贡献
错误报告
所有问题都欢迎,以创造更好的产品,但您的问题应包含标题和问题的清晰描述。您还应提供尽可能多的相关信息和演示问题的代码示例。
哪个分支?
所有错误修复都应发送到develop分支。错误修复决不应发送到master分支
安全漏洞
如果您在Sherlock包中发现安全漏洞,请向Ageras的开发团队发送电子邮件。
编码风格
Ageras遵循PSR-2编码标准和PSR-4自动加载标准。
StyleCI
StyleCI自动修复代码风格以匹配标准。
TODO
- 丹麦提供商
- 欧盟VIES提供商
- 瑞典提供商
- 挪威提供商
- 荷兰提供商
- 德国提供商
许可证
Copyright (c) 2016: Ageras A/S and other contributors:
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.