2017 © Pedro Peláez
 

library calendar

Calendar model

image

personal-galaxy/calendar

Calendar model

  • Saturday, April 7, 2018
  • by Baptouuuu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Calendar

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

Model to manage a calendar., (*1)

Installation

composer require personal-galaxy/calendar

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 agendas and events., (*3)

The Versions