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)0324↓50%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 1mo ago

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

26

—

LowBetter than 43% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

650d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd42fc53e956b522d633d163a102d08e6d0297b8b179f70f427309a9d2125928?d=identicon)[cocciagialla](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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