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 the user privileges (permissions) of your repositories. It allows you to grant specific users access to read, write and or administer your repositories.
{% include auth.md var_name="privileges" class_ns="Privileges" %}
read access.$privileges->repository($owner_name, $repo_slug, 'read');
$privileges->account($owner_name, $repo_slug, $account_name);
write access.$privileges->repositories($owner_name, 'write');
$privileges->grant($owner_name, $repo_slug, $account_name, 'admin');
$privileges->detele($owner_name, $repo_slug, $account_name);
$privileges->detele($owner_name, $repo_slug);
$privileges->detele($owner_name);
How can I help you explore Laravel packages today?