jongotlin/ratsit-bundle
最新稳定版本:2.1.3
Composer 安装命令:
composer require jongotlin/ratsit-bundle
包简介
无描述信息
README 文档
README
Symfony Bundle for jongotlin/ratsit
Installation
Install with composer and your favourite http adapter (in this case Guzzle 6)
$ composer require php-http/client-implementation:^1.0 php-http/discovery:^1.0 php-http/guzzle6-adapter:^1.0 php-http/httplug:^1.0 php-http/message:^1.0 jongotlin/ratsit-bundle:^1.0
In config.yml
ratsit: token: '*************' http_client: 'httplug.client'
In AppKernel.php
$bundles = array( // ... new JGI\RatsitBundle\RatsitBundle(), );
Usage
// Inject JGI\Ratsit\Ratsit $ratsit via container */ $persons = $ratsit->searchPerson('Per Fredrik', 'EKEBY'); $person = $ratsit->findPersonBySocialSecurityNumber('194107081111');
统计信息
- 总下载量: 7.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知