matthewbdaly / laravel-feed
Laravel service provider for using the Zend feed package
dev-master
2018-02-04 17:19 UTC
Requires
- php-http/client-implementation: ^1.0
- php-http/discovery: ^1.0
- php-http/httplug: ^1.0
- php-http/message: ^1.0
- php-http/message-factory: ^1.0
- psr/http-message: ^1.0
- zendframework/zend-feed: ^2.9
Requires (Dev)
- guzzlehttp/psr7: ^1.0
- matthewbdaly/artisan-standalone: 0.0.*
- mockery/mockery: ~1.0
- orchestra/testbench: 3.5
- orchestra/testbench-browser-kit: ~3.5
- php-http/message: ^1.0
- php-http/mock-client: ^1.0
- phpunit/phpunit: ^6.3
- psy/psysh: 0.8.*
- satooshi/php-coveralls: ^1.0
- sebastian/phpcpd: ^3.0
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2024-10-28 07:24:59 UTC
README
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.