halasz/ares
Composer 安装命令:
composer require halasz/ares
包简介
Provides information about subjects by their identification number from the ARES database (in Czech Republic).
README 文档
README
More information in changelog.
Is required guzzle/guzzle 6.1+ and php 5.5+. If you have php < 5.5 use older version [v1.0.7] it work but does not use guzzle.
Installation to project
The best way to install halasz/ares is using Composer:
$ composer require halasz/ares
Download information about customer via his IN.
Example
$ares = new halasz\Ares\Ares(); try { $response = $ares->loadData('87744473'); /* @var $response halasz\Ares\Data */ var_dump($response); } catch (halasz\Ares\IdentificationNumberNotFoundException $e) { // log identification number, why is bad? Or make nothing. }
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-27