Calendar model

Maintainers

Package info

github.com/PersonalGalaxy/Calendar

Homepage

Issues

pkg:composer/personal-galaxy/calendar

Statistics

Installs: 31

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2018-04-07 15:06 UTC

This package is auto-updated.

Last update: 2026-03-05 22:21:19 UTC


README

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

Model to manage a calendar.

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.

You also need to implement the repository interfaces in order to persist the agendas and events.