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 2mo 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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

2478d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91eefecd8eabffbdfd3ff58d10e368db20321e199f3ecf1c37365cfdcc85e175?d=identicon)[sohaibilyas](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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