dfridrich/defr-ares-bundle
最新稳定版本:v1.0.2
Composer 安装命令:
composer require dfridrich/defr-ares-bundle
包简介
Symfony2 bundle for communication with ARES (Czech business register)
README 文档
README
Symfony2 bundle for communication with ARES (Czech business register)
Installation via Composer
Add repository to your composer.json:
{
"require": {
"dfridrich/defr-ares-bundle": "dev-master"
}
}
Then run
php composer.phar update
Or directly run
php composer.phar require dfridrich/defr-ares-bundle:dev-master
Add to AppKernel.php
new Defr\AresBundle\DefrAresBundle()
Usage
$this->get('defr_ares')->...
Methods
findByIdentificationNumber($id), findInResById($id) — Find company details
findVatById($id) — Look for czech VAT ID
findByName($name, $city = null) — Search records based on name (or part) and town (optional)
统计信息
- 总下载量: 33.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-03