hirasso / acf-events
A Composer library to manage events, recurrences and locations using WordPress+Advanced Custom Fields 📆
Fund package maintenance!
dev-main
2026-03-10 11:07 UTC
Requires
- php: >=8.2
- illuminate/collections: ^11 || ^12
Requires (Dev)
- laravel/pint: ^1.27
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- roots/wordpress: ^6.9
- wpackagist-plugin/advanced-custom-fields: ^6.7
- wpackagist-plugin/classic-editor: ^1.6
- wpackagist-plugin/polylang: ^3.7
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();