PHPackages                             wessama/nova-bitbucket-pipelines - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wessama/nova-bitbucket-pipelines

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wessama/nova-bitbucket-pipelines
================================

A Laravel Nova card for showing the status of the latest Bitbucket Pipelines build.

v1.0.0(2y ago)00proprietaryPHPPHP ^8.2

Since Oct 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wessama/nova-bitbucket-pipelines)[ Packagist](https://packagist.org/packages/wessama/nova-bitbucket-pipelines)[ RSS](/packages/wessama-nova-bitbucket-pipelines/feed)WikiDiscussions main Synced 1mo ago

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

Display Bitbucket Pipeline status in Laravel Nova
=================================================

[](#display-bitbucket-pipeline-status-in-laravel-nova)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9849aa8262d4e807c599e509c61777fa638bf15845bf7d206a8ff3bb68152352/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77657373616d612f6e6f76612d6269746275636b65742d706970656c696e65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wessama/nova-bitbucket-pipelines)[![Total Downloads](https://camo.githubusercontent.com/98421c7294a06f613a4b989726005f81a2ab9ba4589b6005bc9e0bce24b143c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77657373616d612f6e6f76612d6269746275636b65742d706970656c696e65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wessama/nova-bitbucket-pipelines)

Installation
------------

[](#installation)

You can install the package in a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require wessama/nova-bitbucket-pipelines
```

Next up, you must register the card with Nova. This is typically done in the `cards` method of a `Dashboard` class.

```
public function cards()
{
    return [
        // ...
         (new \WessamA\NovaBitbucketPipelines\Pipelines()),
    ];
}
```

Configuration and Usage
-----------------------

[](#configuration-and-usage)

Before using the package, you need to set up your environment variables and publish the configuration file to customize the package according to your needs.

### Setting Environment Variables

[](#setting-environment-variables)

1. Open your `.env` file in the root of your Laravel project.
2. Find and set the following environment variables related to the Bitbucket API:

    ```
    BITBUCKET_API_ROOT=https://api.bitbucket.org # Default API root URL (you may not need to change this)
    BITBUCKET_API_VERSION=2.0 # Default API version (you may not need to change this)
    BITBUCKET_APP_PASSWORD=your_app_password # Replace 'your_app_password' with your actual Bitbucket app password
    BITBUCKET_USERNAME=your_username # Replace 'your_username' with your actual Bitbucket username
    BITBUCKET_WORKSPACE_WEB_NAME=your_workspace_name # Replace with your workspace name
    BITBUCKET_WORKSPACE_WEB_REPO_NAME=your_repo_name # Replace with your repository name
    ```

### Publishing the Configuration File

[](#publishing-the-configuration-file)

To publish the package’s configuration file to your application's `config` directory, run the following command:

```
php artisan vendor:publish --tag=config --provider="WessamA\NovaBitbucketPipelines\CardServiceProvider"
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Wessam Ahmed](https://github.com/wessama)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

948d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/395d9c956658287ad592092118bbbd16642bf3fb480b2d2cd703b3a2fae567eb?d=identicon)[wessama](/maintainers/wessama)

---

Top Contributors

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

---

Tags

bitbucketbitbucket-pipelineslaravelnovaphplaravelbitbucketpipelinesnova

### Embed Badge

![Health badge](/badges/wessama-nova-bitbucket-pipelines/health.svg)

```
[![Health](https://phpackages.com/badges/wessama-nova-bitbucket-pipelines/health.svg)](https://phpackages.com/packages/wessama-nova-bitbucket-pipelines)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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