Laravel service provider for using the Zend feed package
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 service provider for using the Zend Framework feed package.
composer require matthewbdaly/laravel-feed
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.