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.
Manage versions on a issue tracker.
{% include auth.md var_name="issue" class_ns="Repositories\Issues" %}
$issue->versions()->all($accountname, $repo_slug);
$issue->versions()->get($accountname, $repo_slug, 53917);
$issue->versions()->create($accountname, $repo_slug, '3.0');
$issue->versions()->update($accountname, $repo_slug, 53920, '3.0.1');
$issue->versions()->delete($accountname, $repo_slug, 53920);
How can I help you explore Laravel packages today?