boundstate/eventful

Maintainers

Package info

github.com/boundstate/eventful

Type:craft-plugin

pkg:composer/boundstate/eventful

Transparency log

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.1.2 2026-08-08 21:37 UTC

This package is auto-updated.

Last update: 2026-08-08 21:39:12 UTC


README

Eventful - Make any Craft element an event

Requirements

This plugin requires Craft CMS 5.10.0 or later, and PHP 8.2 or later.

Installation

You can install this plugin via the in-app Plugin Store or with the command line.

Plugin Store

Visit the Plugin Store screen of your installation’s control panel, then search for Eventful.

Click the Install button, then check out the configuration instructions!

Composer

These instructions assume you are using DDEV, but you can run similar commands in other environments. Open up a terminal and run:

# Navigate to the project directory:
cd /path/to/my-project

# Require the plugin with Composer:
ddev composer require boundstate/eventful

# Install the plugin with Craft:
ddev craft plugin/install eventful

Configuration

This plugin builds its configuration from Project config, managed via the EventulSettings screen in Craft’s control panel.

Development

Run ddev start to serve the demo at http://eventful.ddev.site.

Run ddev composer phpdoc to generate the docs.

Run ddev zensical serve to serve the docs at http://eventful.ddev.site:8000