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.
Manage members of a group.
$group = new Bitbucket\API\Groups();
$group->setCredentials( new Bitbucket\API\Authentication\Basic($bb_user, $bb_pass) );
$group->members()->all($account_name, $repo_slug);
$group->members()->add($account_name, 'developers', 'steve');
$group->members()->delete($account_name, 'developers', 'miriam');
How can I help you explore Laravel packages today?