Coder Social home page Coder Social logo

pubsubhubbub / php-subscriber Goto Github PK

View Code? Open in Web Editor NEW
33.0 6.0 19.0 18 KB

A PubSubHubbub subscriber module for PHP

Home Page: https://packagist.org/packages/pubsubhubbub/subscriber

License: Apache License 2.0

PHP 100.00%
pubsubhubbub php subscriber

php-subscriber's Introduction

This PHP library implements a subscriber for PubSubHubbub.

It was written by Josh Fraser and is released under the Apache 2.0 License

Install

Update your composer require block:

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

php-subscriber's People

Contributors

cupoftea696 avatar danmichaelo avatar harikt avatar karptonite avatar maksverver avatar mr4online avatar pfefferle avatar rmruano avatar texdc avatar themel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

php-subscriber's Issues

Update dependencies to allow PHP 8

Judging from this fork, it appears that all that would be needed to allow this to be used for PHP 8 is to update the dependencies in composer. Is anyone still watching this repository who could do so?

subscriber.php sends empty lease_seconds parameter

What steps will reproduce the problem?

  1. Subscribe to feed via subscriber_clients/php/subscriber.php
  2. Do not set the lease seconds parameter
  3. The URL sent to the hub will contain an empty lease_seconds parameter.

What is the expected output? What do you see instead?

The URL should not contain the lease_seconds parameter since its value is empty.

What version of the product are you using? On what operating system?

Latest git.


Imported from https://code.google.com/p/pubsubhubbub/issues/detail?id=151

Fixing required in Documentation

Hi,

Can you please change the documentation to:
"require" : {"pubsubhubbub/subscriber": "*"}

instead of
"require": { "pubsubhubub/subscriber": "*" }

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.