承接 cocciagialla/bitbucket-api-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-01