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 this resource to manage privilege settings for a team account. Team accounts can grant groups account privileges as well as repository access.
{% include auth.md var_name="user" class_ns="Users" %}
$users->privileges()->team($account_name);
$users->privileges()->group($account_name, 'john', 'testers');
$users->privileges()->update($account_name, 'john', 'testers', 'collaborator');
$users->privileges()->create($account_name, 'john', 'testers', 'admin');
$users->privileges()->delete($account_name, 'john', 'testers');
How can I help you explore Laravel packages today?