PHPackages                             murdercode/nova4-bitbucket-news-commits - 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. murdercode/nova4-bitbucket-news-commits

AbandonedArchivedLibrary

murdercode/nova4-bitbucket-news-commits
=======================================

A Laravel Nova card.

v0.0.2(3y ago)036MITPHPPHP ^7.3|^8.0

Since Sep 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/murdercode/Nova4-Bitbucket-News-Commits)[ Packagist](https://packagist.org/packages/murdercode/nova4-bitbucket-news-commits)[ RSS](/packages/murdercode-nova4-bitbucket-news-commits/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Nova4 Bitbucket News Commits
============================

[](#nova4-bitbucket-news-commits)

This card allows you to display the latest commits from your Bitbucket repository in Laravel Nova.

How to start
------------

[](#how-to-start)

First you need to install the package through composer:

```
composer require murdercode/nova4-bitbucket-news-commits
```

Then you need to add the following code in `config/services.php`:

```
'nova4-bitbucket-news-commits' => [
    'folder' => env('NOVA_BITBUCKET_FOLDER', ''),
    'username' => env('NOVA_BITBUCKET_USERNAME', ''),
    'password' => env('NOVA_BITBUCKET_PASSWORD', ''),
    'repository' => env('NOVA_BITBUCKET_REPOSITORY', ''),
],
```

Now you can fill your `.env` file with the following variables:

```
NOVA_BITBUCKET_FOLDER=
NOVA_BITBUCKET_USERNAME=
NOVA_BITBUCKET_PASSWORD=
NOVA_BITBUCKET_REPOSITORY=
```

How to use
----------

[](#how-to-use)

Register your card in the dashboard or whatever you want.:

```
use Murdercode\Nova4BitbucketNewsCommits\Nova4BitbucketNewsCommits;
//...

class Main extends Dashboard
{
    public function cards()
    {
        return [
            //new Help,
            (new Nova4BitbucketNewsCommits())->commits()->limit(10), // commits('my-custom-repo')->limit(20)
        ];
    }
}
```

This tool uses your `CACHE_DRIVER` defined in `.env` to cache the data. If you haven't defined it, you can reach your API limits.

TODO
----

[](#todo)

- Add a cache configuration
- Add localization
- Add a modal to show details of the commit
- and more!

This project is under development. Feel free to contribute!

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Every ~21 days

Total

2

Last Release

1324d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/907d738d7cdaba6d5ecad8ed396c7fc93e3afba674b2d2288fd218663faed501?d=identicon)[murdercode](/maintainers/murdercode)

---

Top Contributors

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

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/murdercode-nova4-bitbucket-news-commits/health.svg)

```
[![Health](https://phpackages.com/badges/murdercode-nova4-bitbucket-news-commits/health.svg)](https://phpackages.com/packages/murdercode-nova4-bitbucket-news-commits)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6546.9k](/packages/insenseanalytics-nova-server-monitor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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