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.
Use the ssh-keys resource to manipulate the ssh-keys on an individual or team account.
{% include auth.md var_name="user" class_ns="Users" %}
$users->sshKeys()->all($account_name);
$users->sshKeys()->create($account_name, 'key content', 'dummy key');
$users->sshKeys()->update($account_name, 12, 'key content');
key_id:$users->sshKeys()->get($account_name, 12);
$users->sshKeys()->delete($account_name, 12);
How can I help you explore Laravel packages today?