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.
Get information related to an individual or team account.
{% include auth.md var_name="user" class_ns="Users" %}
$user->get($username);
$user->followers($username);
$user->following($username);
$user->repositories($username);
How can I help you explore Laravel packages today?