danielpanzella/bitbucket-api-bundle
A Symfony Bundle for the Bitbucket API Client (https://bitbucket.org/gentlero/bitbucket-api).
bitbucket_api:
client_id: < OAuth2 Client ID >
client_secret: < OAuth2 Client Secret >
$this->get('Bitbucket\API\Api');
public function __construct(\Bitbucket\API\Api $bitbucketApi)
{
$this->bitbucketApi = $bitbucketApi;
}
How can I help you explore Laravel packages today?