LaravelPackages.net
Acme Inc.
Toggle sidebar
matthewbdaly/laravel-feed

Laravel service provider for using the Zend feed package

2
0
About matthewbdaly/laravel-feed

matthewbdaly/laravel-feed is a Laravel package for laravel service provider for using the zend feed package. It currently has 0 GitHub stars and 2 downloads on Packagist. Install it with composer require matthewbdaly/laravel-feed. Discover more Laravel packages by matthewbdaly or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart