2017 © Pedro Peláez
 

library subscriber

pubsubhubbub implementation of subscriber.

image

pubsubhubbub/subscriber

pubsubhubbub implementation of subscriber.

  • Monday, May 29, 2017
  • by pfefferle
  • Repository
  • 8 Watchers
  • 24 Stars
  • 25,120 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 13 Forks
  • 2 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

This PHP library implements a subscriber for PubSubHubbub., (*1)

It was written by Josh Fraser and is released under the Apache 2.0 License, (*2)

Install

Update your composer require block:, (*3)

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

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);

The Versions

29/05 2017

dev-master

9999999-dev https://github.com/pubsubhubbub/php-subscriber

pubsubhubbub implementation of subscriber.

  Sources   Download

Apache-2.0

The Requires

  • php ~5.4 || ~7.0

 

data feeds pubsubhubbub subscribers

04/11 2015

1.1.0

1.1.0.0 https://github.com/pubsubhubbub/php-subscriber

pubsubhubbub implementation of subscriber.

  Sources   Download

Apache-2.0

The Requires

  • php ~5.4 || ~7.0

 

data feeds pubsubhubbub subscribers

16/10 2015

1.0.0

1.0.0.0 https://github.com/pubsubhubbub/php-subscriber

pubsubhubbub implementation of subscriber.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.0.0

 

data feeds pubsubhubbub subscribers