2017 © Pedro Peláez
 

library rss

RSS Reader

image

personal-galaxy/rss

RSS Reader

  • Saturday, July 28, 2018
  • by Baptouuuu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

RSS

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

Model to build a RSS client., (*1)

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., (*2)

You also need to implement the repository interfaces in order to persist the subscriptions and articles., (*3)

The Versions