RSS Reader
1.1.1
2018-07-28 12:09 UTC
Requires
- php: ~7.2
- innmind/crawler: ^4.1
- innmind/event-bus: ^2.1
- innmind/immutable: ^2.8
- innmind/specification: ^1.0
- innmind/time-continuum: ^1.1
- innmind/url: ^2.0
Requires (Dev)
- giorgiosironi/eris: ^0.9.0
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-11-05 19:35:22 UTC
README
Model to build a RSS client.
Installation
composer require personal-galaxy/rss
Usage
The only entry point to use the model are the commands, you should use a command bus in order to bind the commands to their handler.
You also need to implement the repository interfaces in order to persist the subscriptions and articles.