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.
Manages the currently authenticated account profile.
{% include auth.md var_name="user" class_ns="User" %}
$profile = $user->get();
$user->update(array(
'first_name' => 'John',
'last_name' => 'Doe'
));
$user->privileges();
$user->follows();
$user->emails();
How can I help you explore Laravel packages today?