chialab/calendar

BEdita 5 plugin for calendar views.

Installs: 9 201

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:cakephp-plugin

v2.0.0 2023-06-27 10:02 UTC

This package is auto-updated.

Last update: 2024-04-27 11:54:43 UTC


README

Calendar is a BEdita 5 plugin designed to render and filter calendar views.

Usage

You can install the plugin using Composer.

The recommended way to install Composer packages is:

$ composer require chialab/calendar

Then, you have to load it as plugin in your Cake application:

src/Application.php

$this->addPlugin('Chialab/Calendar');

Please read the Wiki to correctly setup the application.

Testing

GitHub Actions tests codecov

Since some FrontendKit queries uses specific MySQL syntax, you must provide a DSN url for a test database before running tests:

$ export db_dsn='mysql://root:****@localhost/bedita4_calendar'

Then, you can launch tests using the test composer command:

$ composer run test

License

Chialab/Calendar is released under the MIT license.