dereuromark / cakephp-calendar
A CakePHP plugin to easily create calendars.
Installs: 37 688
Dependents: 1
Suggesters: 0
Security: 0
Stars: 15
Watchers: 1
Forks: 7
Open Issues: 2
Type:cakephp-plugin
pkg:composer/dereuromark/cakephp-calendar
Requires
- php: >=8.1
 - cakephp/cakephp: ^5.1.1
 
Requires (Dev)
- fig-r/psr2r-sniffer: dev-master
 - phpunit/phpunit: ^10.5 || ^11.5 || ^12.1
 
README
A plugin to render simple calendars.
This branch is for CakePHP 5.1+. For details see version map.
Features
- Simple and robust
 - No JS needed, more responsive than solutions like fullcalendar
 - Persistent 
year/monthURL pieces (copy-paste and link/redirect friendly) - IcalView class for 
.icscalendar 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.