Registry / http-client / gentle-bitbucket-api

gentle-bitbucket-api

JSON →
library1.1.2phppackagistunverified

Bitbucket API wrapper for PHP >= 5.4.

composer require gentle/bitbucket-api
INSTALL
IMPORT
SIG · GENTLE-BITBUCKET-A
G
gentle-bitbucket-api
http-clientphpv1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use Gentle\Bitbucket\Client;

Authenticate and list repositories.

use Gentle\Bitbucket\Client; $client = new Client('username', 'password'); $repos = $client->api('repositories')->all('username');
Debug
Known issues
gotchaUses basic authentication; consider OAuth for production.
fix
Use OAuth2 authentication method if available.
affects: >=1.0.0
Upgrade
Version history
1.1.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Amazon
1
Resources
gentle-bitbucket-api — pip install gentle-bitbucket-api · libregistry