dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

Installs: 24 141

Dependents: 1

Suggesters: 0

Security: 0

Stars: 16

Watchers: 3

Forks: 6

Open Issues: 3

Type:cakephp-plugin

2.0.2 2024-03-29 22:24 UTC

This package is auto-updated.

Last update: 2024-03-31 21:45:04 UTC


README

CI Coverage Status Latest Stable Version Minimum PHP Version License Total Downloads Coding Standards

A plugin to render simple calendars.

This branch is for CakePHP 5.0+. For details see version map.

Features

  • Simple and robust
  • No JS needed, more responsive than solutions like fullcalendar
  • Persistent year/month URL pieces (copy-paste and link/redirect friendly)
  • IcalView class for .ics calendar file output.

Demo

See the demo Calendar example at the sandbox.

Setup

composer require dereuromark/cakephp-calendar

Then make sure the plugin is loaded in bootstrap:

bin/cake plugin load Calendar

Usage

See Documentation.