Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dereuromark/cakephp-calendar
CakePHP plugin to render simple calendars or ical/ics files
https://github.com/dereuromark/cakephp-calendar
Last synced: 13 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T10:18:08.000Z (5 months ago)
- Last Synced: 2024-10-11T06:32:36.032Z (29 days ago)
- Language: PHP
- Homepage:
- Size: 146 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
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
[![CI](https://github.com/dereuromark/cakephp-calendar/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/dereuromark/cakephp-calendar/actions/workflows/ci.yml?query=branch%3Amaster)
[![Coverage Status](https://codecov.io/gh/dereuromark/cakephp-calendar/branch/master/graph/badge.svg)](https://codecov.io/gh/dereuromark/cakephp-calendar)
[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-calendar/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-calendar)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![License](https://poser.pugx.org/dereuromark/cakephp-calendar/license.svg)](LICENSE)
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-calendar/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-calendar)
[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-yellow.svg)](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).