matthewbdaly/laravel-feed

Laravel service provider for using the Zend feed package
2
Install
composer require matthewbdaly/laravel-feed
License:MIT
Last Updated:Feb 4, 2018
Links: GitHub  ·  Packagist
Maintainer: matthewbdaly

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.

Related Packages

jlcd/api-cielo30-laravel

Laravel Provider for Cielo's 3.0 API

224,633 17
nilportugues/laravel5-json-api-dingo

Laravel5 JSONAPI and Dingo together to build APIs fast

1,498 30
laravel/lumen-framework

The Laravel Lumen Framework.

27,147,877 1,506