PHPackages                             docmeup/laravel-connector-bitbucket - 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. docmeup/laravel-connector-bitbucket

AbandonedArchivedLibrary[API Development](/categories/api)

docmeup/laravel-connector-bitbucket
===================================

Creates ready-to-go bitbucket app connector endpoints

1.0.1(7y ago)05[1 PRs](https://github.com/docmeup/laravel-connector-bitbucket-add-on/pulls)MITPHP

Since Apr 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/docmeup/laravel-connector-bitbucket-add-on)[ Packagist](https://packagist.org/packages/docmeup/laravel-connector-bitbucket)[ RSS](/packages/docmeup-laravel-connector-bitbucket/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (7)Used By (0)

Learn more about [Integrating with Bitbucket Cloud](https://developer.atlassian.com/cloud/bitbucket/integrating-with-bitbucket-cloud/).

Install
=======

[](#install)

1. Get package via composer: `composer require docmeup/laravel-connector-bitbucket`
2. Initialize default config and routes: `artisan vendor:publish --tag docmeup-connector-bitbucket`

Confirm Routes
==============

[](#confirm-routes)

You should have a new route file that manages request to `/connector` at `./routes/connector.php`

`artisan route:list` should return:

```
GET|HEAD | connector/bitbucket/atlassian-connect.json
POST     | connector/bitbucket/installed
POST     | connector/bitbucket/uninstalled

```

> {tip} Your Bitbucket "describe URI" should be accessible:
>
> `https://{APP_URL}/connector/bitbucket/atlassian-connect.json`

> {tip} Bitbucket will post their app secret to the `installed` endpoint. Your app should store this to authenticate Bitbucket requests using JWT authentication.

Confirm Config
==============

[](#confirm-config)

A new file should be available at `./config/gitconnector.php`.

`config('gitconnector.bitbucket.connector')` determines the output of `connector/bitbucket/atlassian-connect.json` by default. You can assign new logic in `./routes/connector.php`.

Noteworthy
==========

[](#noteworthy)

**X-Frame-Options**

The default config instructs Bitbucket to make cross-origin request to your Laravel website. The `X-Frame-Options` header needs to be set accordingly. A value of `ALLOWALL` on the `connector/bitbucket` route will help you debug most quickly.

Testing
=======

[](#testing)

1. Expose your project to the web using a service such as Ngrok or LocalTunnel.me
2. Add the add-on to your account:
    - Click "Create App" at `https://bitbucket.org/account/user/{YOUR_USER}/applications`
    - Provide the describe URI: `https://{NGROK_HOST}/connector/bitbucket/atlassian-connect.json`
3. Bitbucket will provide you with a cliend ID and secret. Update your `.env`
    - ```
        # NGROK or LocalTunnel.me host. Example: https://smooth-host-1234.localtunnel.me
        GITCONNECTOR_BITBUCKET_HOST=
        GITCONNECTOR_BITBUCKET_CLIENT_ID=
        GITCONNECTOR_BITBUCKET_CLIENT_SECRET=
        ```
4. Click "Install app from URL" at `https://bitbucket.org/account/user/{YOUR_USER}/addon-management`
5. Provide the describe URI: `https://{NGROK_HOST}/connector/bitbucket/atlassian-connect.json`

**What You Should See in Bitbucket**

- Visit one of your repositories. "Example Page YAS" and "Example Web Item" will be visible in the left-hand navigation menu.
- Visit your repository Source page. You should see "Loading add-on Demo Laravel Add-on"

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

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 ~1 days

Total

2

Last Release

2584d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/docmeup-laravel-connector-bitbucket/health.svg)

```
[![Health](https://phpackages.com/badges/docmeup-laravel-connector-bitbucket/health.svg)](https://phpackages.com/packages/docmeup-laravel-connector-bitbucket)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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