PHPackages                             pubsubhubbub/subscriber - 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. pubsubhubbub/subscriber

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

pubsubhubbub/subscriber
=======================

pubsubhubbub implementation of subscriber.

1.2.0(2y ago)32100.2k↓22.9%18[2 issues](https://github.com/pubsubhubbub/php-subscriber/issues)Apache-2.0PHPPHP ~5.4 || ~7.0 || ~8.0

Since Oct 16Pushed 2y ago5 watchersCompare

[ Source](https://github.com/pubsubhubbub/php-subscriber)[ Packagist](https://packagist.org/packages/pubsubhubbub/subscriber)[ Docs](https://github.com/pubsubhubbub/php-subscriber)[ RSS](/packages/pubsubhubbub-subscriber/feed)WikiDiscussions master Synced 1mo ago

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

This PHP library implements a subscriber for PubSubHubbub.

It was written by [Josh Fraser](http://joshfraser.com) and is released under the Apache 2.0 License

Install
=======

[](#install)

Update your `composer` require block:

```
"require": { "pubsubhubbub/subscriber": "*" }
```

Usage
=====

[](#usage)

```
use \Pubsubhubbub\Subscriber\Subscriber;

$hub_url      = "http://pubsubhubbub.appspot.com";
$callback_url = "put your own endpoint here";

// create a new subscriber
$s = new Subscriber($hub_url, $callback_url);

$feed = "http://feeds.feedburner.com/onlineaspect";

// subscribe to a feed
$s->subscribe($feed);

// unsubscribe from a feed
$s->unsubscribe($feed);
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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

Total

3

Last Release

790d ago

PHP version history (3 changes)1.0.0PHP &gt;=5.0.0

1.1.0PHP ~5.4 || ~7.0

1.2.0PHP ~5.4 || ~7.0 || ~8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e3d56273f319d19d7492f8ba06a01fd64a5724e3553b2d1f2ac0f4e399b2cfa?d=identicon)[pfefferle](/maintainers/pfefferle)

---

Top Contributors

[![texdc](https://avatars.githubusercontent.com/u/1590605?v=4)](https://github.com/texdc "texdc (7 commits)")[![pfefferle](https://avatars.githubusercontent.com/u/2373?v=4)](https://github.com/pfefferle "pfefferle (6 commits)")[![themel](https://avatars.githubusercontent.com/u/160316?v=4)](https://github.com/themel "themel (4 commits)")[![maksverver](https://avatars.githubusercontent.com/u/595620?v=4)](https://github.com/maksverver "maksverver (3 commits)")[![rmruano](https://avatars.githubusercontent.com/u/1115642?v=4)](https://github.com/rmruano "rmruano (2 commits)")[![MR4online](https://avatars.githubusercontent.com/u/17498992?v=4)](https://github.com/MR4online "MR4online (1 commits)")[![danmichaelo](https://avatars.githubusercontent.com/u/434495?v=4)](https://github.com/danmichaelo "danmichaelo (1 commits)")[![harikt](https://avatars.githubusercontent.com/u/120454?v=4)](https://github.com/harikt "harikt (1 commits)")[![karptonite](https://avatars.githubusercontent.com/u/132278?v=4)](https://github.com/karptonite "karptonite (1 commits)")[![CupOfTea696](https://avatars.githubusercontent.com/u/7327050?v=4)](https://github.com/CupOfTea696 "CupOfTea696 (1 commits)")

---

Tags

phppubsubhubbubsubscriberdatafeedspubsubhubbubsubscribers

### Embed Badge

![Health badge](/badges/pubsubhubbub-subscriber/health.svg)

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

###  Alternatives

[fakerphp/faker

Faker is a PHP library that generates fake data for you.

4.0k358.5M3.5k](/packages/fakerphp-faker)[dflydev/dot-access-data

Given a deep data structure, access data by dot notation.

720359.1M86](/packages/dflydev-dot-access-data)[mbezhanov/faker-provider-collection

A collection of custom providers for the Faker library

2138.6M24](/packages/mbezhanov-faker-provider-collection)[php-units-of-measure/php-units-of-measure

A PHP library for converting between standard units of measure.

3123.4M20](/packages/php-units-of-measure-php-units-of-measure)[amenadiel/jpgraph

Composer Friendly, full refactor of JpGraph, library to make graphs and charts

1492.2M7](/packages/amenadiel-jpgraph)[jbzoo/data

An extended version of the ArrayObject object for working with system settings or just for working with data arrays

891.6M23](/packages/jbzoo-data)

PHPackages © 2026

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