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 pull requests comments.
{% include auth.md var_name="pull" class_ns="Repositories\PullRequests" %}
$pull->comments()->all($account_name, $repo_slug, 1)
$pull->comments()->get($account_name, $repo_slug, 1, 2)
$pull->comments()->create($account_name, $repo_slug, 41, "dummy content");
$pull->comments()->update($account_name, $repo_slug, 41, 4, "dummy content [edited]");
$pull->comments()->delete($account_name, $repo_slug, 41, 4);
How can I help you explore Laravel packages today?