symfony-bundle bitbucket-api-bundle
A bundle for the Bitbucket API Client
danielpanzella/bitbucket-api-bundle
A bundle for the Bitbucket API Client
- Monday, July 17, 2017
- by danielpanzella
- Repository
- 1 Watchers
- 0 Stars
- 404 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 21 % Grown
Bitbucket API Client Symfony Bundle
A Symfony Bundle for the Bitbucket API Client (https://bitbucket.org/gentlero/bitbucket-api)., (*1)
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;
}
dev-master
9999999-dev
A bundle for the Bitbucket API Client
Sources
Download
MIT
The Requires
by
Daniel Panzella
v1.1
1.1.0.0
A bundle for the Bitbucket API Client
Sources
Download
MIT
The Requires
by
Daniel Panzella
v1.0
1.0.0.0
A bundle for the Bitbucket API Client
Sources
Download
MIT
The Requires
by
Daniel Panzella