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.
Retrieve and compare information about commits.
{% include auth.md var_name="commits" class_ns="Repositories\Commits" %}
$commits->all($account_name, $repo_slug);
$commits->all($account_name, $repo_slug, array(
'branch' => 'master' // this can also be a tag
));
$commits->get($account_name, $repo_slug, $commitSHA1);
$commits->approve($account_name, $repo_slug, $commitSHA1);
$commits->deleteApproval($account_name, $repo_slug, $commitSHA1);
How can I help you explore Laravel packages today?