PHPackages                             cocciagialla/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. [API Development](/categories/api)
4. /
5. cocciagialla/bitbucket-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

cocciagialla/bitbucket-api-bundle
=================================

A bundle for the Bitbucket API Client

1.2(1y ago)0355↓62.5%MITPHP

Since Aug 1Pushed 1y agoCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)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

25

—

LowBetter than 35% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

Unknown

Total

1

Last Release

702d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5726017?v=4)[Gianluigi Mammarella](/maintainers/cocciagialla)[@cocciagialla](https://github.com/cocciagialla)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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