PHPackages                             maneuver/bitbucket-wp-updater - 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. maneuver/bitbucket-wp-updater

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

maneuver/bitbucket-wp-updater
=============================

Update your own Wordpress plugin from a private BitBucket repository.

v0.0.3(7y ago)126903[1 issues](https://github.com/maneuver-agency/bitbucket-wp-updater/issues)MITPHP

Since Feb 27Pushed 7y ago2 watchersCompare

[ Source](https://github.com/maneuver-agency/bitbucket-wp-updater)[ Packagist](https://packagist.org/packages/maneuver/bitbucket-wp-updater)[ RSS](/packages/maneuver-bitbucket-wp-updater/feed)WikiDiscussions master Synced today

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

Host your plugin in a private repository on BitBucket and have Wordpress pick up every new release and update like normal.

Installing
----------

[](#installing)

Inside your plugin folder:

```
composer require maneuver/bitbucket-wp-updater

```

Usage
-----

[](#usage)

In your main plugin file:

```
require('vendor/autoload.php');

$repo = '';                 // name of your repository. This is either "/" or "/".
$bitbucket_username = '';   // your personal BitBucket username
$bitbucket_app_pass = '';   // the generated app password with read access

new \Maneuver\BitbucketWpUpdater\PluginUpdater(__FILE__, $repo, $bitbucket_username, $bitbucket_app_pass);

```

*NOTE: [Read more about BitBucket app passwords](https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html)*

Update the version number inside your main plugin file:

```
/*
Plugin Name: Awesome Plugin
Description: This is what your awesome plugin does.
Version: 1.0.0
Author: Your name
*/

```

And tag the commit:

```
git tag v1.0.0

```

*NOTE: Use basic SemVer notation (a leading 'v' is allowed).*

Caveats
-------

[](#caveats)

Only works on activated plugins. For now.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

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

Every ~56 days

Total

3

Last Release

2884d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5129cee329ce51ea7b4aace680d208624ae7d6695165c47777c155e3602f3274?d=identicon)[maneuver](/maintainers/maneuver)

---

Top Contributors

[![davidmaneuver](https://avatars.githubusercontent.com/u/590050?v=4)](https://github.com/davidmaneuver "davidmaneuver (7 commits)")

### Embed Badge

![Health badge](/badges/maneuver-bitbucket-wp-updater/health.svg)

```
[![Health](https://phpackages.com/badges/maneuver-bitbucket-wp-updater/health.svg)](https://phpackages.com/packages/maneuver-bitbucket-wp-updater)
```

###  Alternatives

[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[wp-hooks/generator

Generates a JSON representation of the WordPress actions and filters in your code

86178.4k3](/packages/wp-hooks-generator)[stepanenko3/nova-cards

A Laravel Nova info cards.

33143.0k](/packages/stepanenko3-nova-cards)[mobizel/markdown-docs-bundle

Explore your markdown documentation files via html web pages

108.6k](/packages/mobizel-markdown-docs-bundle)[benmanu/silverstripe-styleguide

Generates a styleguide for a SilverStripe theme

108.1k1](/packages/benmanu-silverstripe-styleguide)

PHPackages © 2026

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