master |
develop |
---|---|
Model to build a RSS client.
composer require personal-galaxy/rss
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.