https://github.com/dereuromark/cakephp-calendar
CakePHP plugin to render simple calendars or ical/ics files
https://github.com/dereuromark/cakephp-calendar
Last synced: 28 days ago
JSON representation
CakePHP plugin to render simple calendars or ical/ics files
- Host: GitHub
- URL: https://github.com/dereuromark/cakephp-calendar
- Owner: dereuromark
- License: mit
- Created: 2016-12-31T01:24:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T19:11:17.000Z (6 months ago)
- Last Synced: 2025-04-03T00:06:26.334Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 145 KB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cakephp - Calendar plugin - For generating basic calendars. Includes IcalView for ICS calendar file generation. (Miscellaneous)
README
# CakePHP Calendar plugin
[](https://github.com/dereuromark/cakephp-calendar/actions/workflows/ci.yml?query=branch%3Amaster)
[](https://codecov.io/gh/dereuromark/cakephp-calendar)
[](https://packagist.org/packages/dereuromark/cakephp-calendar)
[](https://php.net/)
[](LICENSE)
[](https://packagist.org/packages/dereuromark/cakephp-calendar)
[](https://github.com/php-fig-rectified/fig-rectified-standards)A plugin to render simple calendars.
This branch is for **CakePHP 5.0+**. For details see [version map](https://github.com/dereuromark/cakephp-calendar/wiki#cakephp-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](https://sandbox.dereuromark.de/sandbox/calendar) 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](/docs).