gentle/bitbucket-api
PHP Bitbucket API wrapper (PHP 5.4+) using cURL and Buzz. Provides a simple client for interacting with Bitbucket endpoints, with full documentation and optional PHPUnit test suite. MIT licensed.
Provides functionality for adding, removing, and configuring brokers on your repositories.
{% include auth.md var_name="services" class_ns="Repositories\Services" %}
$services->all($account_name, $repo_slug);
$services->get($account_name, $repo_slug, 2);
$services->create($account_name, $repo_slug, 'POST', array(
'URL' => 'http://example.com/bb-hook'
));
$services->update($account_name, $repo_slug, 1, array(
'URL' => 'https://example.com/bb-hook'
));
$services->delete($account_name, $repo_slug, 1);
How can I help you explore Laravel packages today?