PHPackages                             devbackend/webhooker - 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. devbackend/webhooker

ActiveLibrary

devbackend/webhooker
====================

Set of handlers for BitBucket webhooks

1.0.2(8y ago)028MITPHPPHP &gt;=7.0.0

Since Mar 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/devbackend/webhooker)[ Packagist](https://packagist.org/packages/devbackend/webhooker)[ RSS](/packages/devbackend-webhooker/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

BitBucket webhook handlers
==========================

[](#bitbucket-webhook-handlers)

Overview
--------

[](#overview)

This is library for handling bitbucket webhook info. It get raw webhook data from request body and generate object with interfaces for most entities of bitbucket.

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

[](#installation)

The recommended way to install the SDK is with [Composer](https://getcomposer.org/). Composer is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project.

```
/path/to/php /path/to/composer.phar require devbackend/webhooker
```

If composer install globally in your system, you can run next command:

```
composer require devbackend/webhooker
```

Alternatively, you can specify the SDK as a dependency in your project's existing composer.json file:

```
{
    "require" : {
        "devbackend/webhooker": "^1.0"
    }
}
```

After installing, you need to require Composer's autoloader:

```
require vendor/autoload.php;
```

And create instance of webhook handler:

```
$webhookHandler = \Webhooker\PushWebhookHandler::init();

$webHook    = $webhookHandler->getWebhook(); // return an object of interface PushWebhook
$rawWebhook = $webhookHandler->getRaw();     // return raw, unparsed, json-encoded webhook string
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3212d ago

### Community

Maintainers

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

---

Top Contributors

[![devbackend](https://avatars.githubusercontent.com/u/4710456?v=4)](https://github.com/devbackend "devbackend (6 commits)")

### Embed Badge

![Health badge](/badges/devbackend-webhooker/health.svg)

```
[![Health](https://phpackages.com/badges/devbackend-webhooker/health.svg)](https://phpackages.com/packages/devbackend-webhooker)
```

PHPackages © 2026

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