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 oauth resource to create and maintain your own OAuth consumers.
{% include auth.md var_name="user" class_ns="Users" %}
$users->oauth()->all($account_name);
$users->oauth()->create($account_name, 'test', 'just for testing', 'http://test.example.com/oauth/bitbucket');
$users->oauth()->create($account_name, 'test', 22, 'just for testing', 'http://test.example.com/oauth/bitbucket');
$users->oauth()->delete($account_name, 22);
How can I help you explore Laravel packages today?