PHP Bitbucket API

Simple Bitbucket API wrapper for PHP

Followers


List a repository's followers.

Prepare:

$followers = new Bitbucket\API\Repositories\Followers();

Get the repository followers:

$followers->all($account_name, $repo_slug);