PHPackages                             sohaibilyas/catch-webhooks - 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. sohaibilyas/catch-webhooks

ActiveLibrary[API Development](/categories/api)

sohaibilyas/catch-webhooks
==========================

Simple API to receive webhooks (real-time updates) sent by social websites e.g. Facebook using PHP.

v1.0.0(6y ago)3111MITPHP

Since Jul 26Pushed 6y ago2 watchersCompare

[ Source](https://github.com/sohaibilyas/catch-webhooks)[ Packagist](https://packagist.org/packages/sohaibilyas/catch-webhooks)[ RSS](/packages/sohaibilyas-catch-webhooks/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Catch Webhooks
==============

[](#catch-webhooks)

Simple API to receive webhooks (real-time updates) sent by social websites e.g. Facebook using PHP.

### Installation

[](#installation)

```
composer require sohaibilyas/catch-webhooks

```

### Usage

[](#usage)

```
use SohaibIlyas\CatchWebhooks\FacebookWebhook;

require './vendor/autoload.php';

$facebookWebhook = new FacebookWebhook('fb-app-secret');

$facebookWebhook->get(function($type, $webhookArray) {

    // type can be page or user

    if ($type === 'page') {

        print_r($webhookArray);
    }
});
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

2531d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7788998?v=4)[Sohaib Ilyas](/maintainers/sohaibilyas)[@sohaibilyas](https://github.com/sohaibilyas)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sohaibilyas-catch-webhooks/health.svg)

```
[![Health](https://phpackages.com/badges/sohaibilyas-catch-webhooks/health.svg)](https://phpackages.com/packages/sohaibilyas-catch-webhooks)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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