2017 © Pedro Peláez
 

library laravel-feed

Laravel service provider for using the Zend feed package

image

matthewbdaly/laravel-feed

Laravel service provider for using the Zend feed package

  • Sunday, February 4, 2018
  • by matthewbdaly
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

laravel-feed

Build Status Coverage Status, (*1)

Laravel service provider for using the Zend Framework feed package., (*2)

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., (*3)

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., (*4)

The Versions