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.
Manages a group's repository permissions.
{% include auth.md var_name="privileges" class_ns="GroupPrivileges" %}
$groups = $privileges->groups($account_name);
$groups = $privileges->repository($account_name, $repo_slug);
$group = $privileges->group($account_name, $repo_slug, $group_owner, $group_slug);
$repos = $privileges->repositories($account_name, $group_owner, $group_slug);
$privileges->grant($account_name, $repo_slug, $group_owner, $group_slug, 'read');
$privileges->delete($account_name, $repo_slug, $group_owner, $group_slug);
How can I help you explore Laravel packages today?