cocciagialla/bitbucket-api-bundle
最新稳定版本:1.2
Composer 安装命令:
composer require cocciagialla/bitbucket-api-bundle
包简介
A bundle for the Bitbucket API Client
README 文档
README
A Symfony Bundle for the Bitbucket API Client (https://bitbucket.org/gentlero/bitbucket-api).
Configuration
bitbucket_api: client_id: < OAuth2 Client ID > client_secret: < OAuth2 Client Secret >
Access the Service:
By Service ID from the container
$this->get('Bitbucket\API\Api');
Symfony 3.3+ Autowiring
public function __construct(\Bitbucket\API\Api $bitbucketApi) { $this->bitbucketApi = $bitbucketApi; }
统计信息
- 总下载量: 246
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-01