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.
The repositories namespace has a number of resources you can use to manage repository. The following resources are available on repositories:
{% include auth.md var_name="repositories" class_ns="Repositories" %}
{% include pagination.md var_name="repositories" class_ns="Repositories" %}
If the caller is properly authenticated and authorized, this method returns a collection containing public and private repositories.
$repositories->all($account_name);
Only public repositories are returned.
$repositories->all();
How can I help you explore Laravel packages today?