Client icon indicating copy to clipboard operation
Client copied to clipboard

Bitbucket API 2.0 client for PHP

Results 6 Client issues
Sort by recently updated
recently updated
newest added

`$client->repositories()->workspaces('workspace')->src('repo_slug')->show('commit_hash', 'path_to_dir')` Calling the above method where 'path_to_dir' points to a directory, I'd expect the response to contain a list of its sub directories and files as outlined in the...

I'm trying to work out how to get a list of open issues for a project using something like this: ``` $issues = $this->client->repositories() ->workspaces($workspace) ->issues($project) ->list($params); ``` But I...

Do you plan to add new endpoints for permissions-config: https://developer.atlassian.com/cloud/bitbucket/new-repo-permission-apis/ Before there were only 1.0 API for that, but seems 2.0 API is already exists for over a year

![image](https://github.com/user-attachments/assets/6563853c-7eff-49a3-a955-ac0640ed14b7)

These are the warnings I am getting, which I am hoping to fix with this PR ``` Deprecated: Bitbucket\Client::__construct(): Implicitly marking parameter $httpClientBuilder as nullable is deprecated, the explicit nullable...

Added support for bitbucket repository group and single user permissions + small README improvement