matthewbdaly/laravel-feed

Laravel service provider for using the Zend feed package

dev-master 2018-02-04 17:19 UTC

This package is auto-updated.

Last update: 2024-03-28 05:56:58 UTC


README

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.