jongotlin/arbetsformedlingen-ads-bundle
最新稳定版本:2.0.0
Composer 安装命令:
composer require jongotlin/arbetsformedlingen-ads-bundle
包简介
README 文档
README
Symfony bundle for jongotlin/arbetsformedlingen-ads
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/arbetsformedlingen-ads-bundle:^1.0
In services.yml
services: http.client: class: Http\Adapter\Guzzle6\Client arguments: - '@client' client: class: GuzzleHttp\Client
In config.yml
arbetsformedlingen_ads: http_client: 'http.client' test_environment: true loggers: ['logger', 'your.custom.logger.service_name']
In AppKernel.php
$bundles = array( // ... new JGI\ArbetsformedlingenAdsBundle\ArbetsformedlingenAdsBundle(), );
Usage
统计信息
- 总下载量: 7.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-23