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 ssh keys used for deploying product builds.
{% include auth.md var_name="dk" class_ns="Repositories\Deploykeys" %}
$dk->all($account_name, $repo_slug);
$dk->get($account_name, $repo_slug, 508372);
$dk->create($account_name, $repo_slug, 'ssh-rsa [...]', 'test key');
$dk->update($account_name, $repo_slug, '508380', array('label' => 'test [edited]'));
$dk->delete($account_name, $repo_slug, '508380');
How can I help you explore Laravel packages today?