pixiucz/ares-finder
Composer 安装命令:
composer require pixiucz/ares-finder
包简介
README 文档
README
Register in October CMS
composer require pixiucz/ares-finder- Add this to your
Plugin.php
public function boot() { ... $this->app->register(\Pixiucz\AresFinder\AresFinderServiceProvider::class) ... }
Usage
// Can be injected through constructor or by using service provider $AresFinder = app('AresFinder'); $results = $AresFinder->findByName("Pixiu"); $results2 = $AresFinder->findByIco("05307503");
Response format
- Returns Laravel Collection (even in case of single response)
[
{
"Name": "Pixiu s.r.o.",
"Origin": "2016-08-22",
"Validity": "2017-09-08",
"Legal form of bussiness": "Společnost s ručením omezeným",
"ICO": "05307503",
"Address": {
"State code": "203",
"District": "Brno-město",
"City": "Brno",
"Street": "Příkop",
"House number": "843",
"Orientation number": "4",
"Zip": "60200"
}
}
]
统计信息
- 总下载量: 85
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-09-11