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.
This resource returns a user structure and the repositories array associated with an existing account.
{% include auth.md var_name="users" class_ns="Users" %}
$users->account()->profile($account_name);
$users->account()->plan($account_name);
$users->account()->followers($account_name);
$users->account()->events($account_name);
How can I help you explore Laravel packages today?