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.
Links connect your commit messages and code comments directly to your JIRA issue tracker or Bamboo build server.
{% include auth.md var_name="links" class_ns="Repositories\Links" %}
$links->all($account_name, $repo_slug);
$links->get($account_name, $repo_slug, 3);
$links->create($account_name, $repo_slug, 'custom', 'https://example.com', 'link-key');
$links->update($account_name, $repo_slug, 3, 'https://example.com', 'link-key');
$links->delete($account_name, $repo_slug, 3);
How can I help you explore Laravel packages today?