1.1.1 2018-07-28 12:09 UTC

This package is auto-updated.

Last update: 2024-06-05 18:36:34 UTC


README

master develop
Scrutinizer Code Quality Scrutinizer Code Quality
Code Coverage Code Coverage
Build Status Build Status

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.