hirasso/acf-events

A Composer library to manage events, recurrences and locations using WordPress+Advanced Custom Fields 📆

Maintainers

Package info

github.com/hirasso/acf-events

pkg:composer/hirasso/acf-events

Fund package maintenance!

hirasso

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-03-10 11:07 UTC

This package is auto-updated.

Last update: 2026-03-10 11:08:00 UTC


README

A Composer library to manage events, recurrences and locations using WordPress+Advanced Custom Fields 📆

Installation

This is not a WordPress plugin. You need to install it via composer and boot manually.

composer require hirasso/acf-events

Then, in your theme's functions.php or wherever you boot your site:

require_once dirname(__DIR__) . '/vendor/autoload.php';

acf_events();