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 Team related information.
{% include auth.md var_name="team" class_ns="Teams" %}
$team->all($role);
Where $role can be: member, contributor or admin
$team->profile($team_name);
$team->members($team_name);
$team->followers($team_name);
$team->following($team_name);
$team->repositories($team_name);
How can I help you explore Laravel packages today?