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.
Allows you to get a list of tags.
{% include auth.md var_name="tags" class_ns="Repositories\Refs\Tags" %}
$tags->all($account_name, $repo_slug);
$tags->get($account_name, $repo_slug, $tag_name);
$tags->create($account_name, $repo_slug, $tag_name, $hash);
How can I help you explore Laravel packages today?