PHPackages                             danielpanzella/bitbucket-api-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. danielpanzella/bitbucket-api-bundle

ActiveSymfony-bundle

danielpanzella/bitbucket-api-bundle
===================================

A bundle for the Bitbucket API Client

v1.1(8y ago)03.1k1[1 issues](https://github.com/danielpanzella/bitbucket-api-bundle/issues)MITPHP

Since Jul 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/danielpanzella/bitbucket-api-bundle)[ Packagist](https://packagist.org/packages/danielpanzella/bitbucket-api-bundle)[ RSS](/packages/danielpanzella-bitbucket-api-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Bitbucket API Client Symfony Bundle
===================================

[](#bitbucket-api-client-symfony-bundle)

A Symfony Bundle for the Bitbucket API Client ().

Configuration
-------------

[](#configuration)

```
bitbucket_api:
    client_id: < OAuth2 Client ID >
    client_secret: < OAuth2 Client Secret >
```

Access the Service:
-------------------

[](#access-the-service)

### By Service ID from the container

[](#by-service-id-from-the-container)

```
$this->get('Bitbucket\API\Api');
```

### Symfony 3.3+ Autowiring

[](#symfony-33-autowiring)

```
public function __construct(\Bitbucket\API\Api $bitbucketApi)
{
    $this->bitbucketApi = $bitbucketApi;
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

2

Last Release

3224d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eada6458e3853f2038e353a33d2e61b783c4ea3fc396676e606fe5f1d1e6d012?d=identicon)[danielpanzella](/maintainers/danielpanzella)

---

Top Contributors

[![danielpanzella](https://avatars.githubusercontent.com/u/695967?v=4)](https://github.com/danielpanzella "danielpanzella (4 commits)")

### Embed Badge

![Health badge](/badges/danielpanzella-bitbucket-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/danielpanzella-bitbucket-api-bundle/health.svg)](https://phpackages.com/packages/danielpanzella-bitbucket-api-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
