matthewbdaly / laravel-feed by matthewbdaly

Laravel service provider for using the Zend feed package
2
0
3
Package Data
Maintainer Username: matthewbdaly
Maintainer Contact: matthewbdaly@gmail.com (Matthew Daly)
Package Create Date: 2018-02-04
Package Last Update: 2018-02-04
Language: PHP
License: MIT
Last Refreshed: 2024-04-11 03:13:30
Package Statistics
Total Downloads: 2
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

laravel-feed

Build Status Coverage Status

Laravel service provider for using the Zend Framework feed package.

Installation

composer require matthewbdaly/laravel-feed

Usage

Refer to the Zend documentation on how to use it. This package simply allows you to resolve the appropriate interfaces to instances of the reader, writer and PubSubHubbub implementations.

The implementation of the reader uses HTTPlug, so you will also need to install a client implementation as specified here in order to actually use this client. That way, you won't be locked into any particular HTTP client.