PHPackages                             kaiseki/wp-plugin-the-events-calendar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kaiseki/wp-plugin-the-events-calendar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kaiseki/wp-plugin-the-events-calendar
=====================================

WordPress helpers for The Events Calendar plugin: event/venue/organizer entity utilities, default-template and option filters

1.0.0(2mo ago)0568[1 PRs](https://github.com/kaisekidev/kaiseki-wp-plugin-the-events-calendar/pulls)MITPHPPHP ^8.2CI passing

Since Jun 1Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/kaisekidev/kaiseki-wp-plugin-the-events-calendar)[ Packagist](https://packagist.org/packages/kaiseki/wp-plugin-the-events-calendar)[ Docs](https://github.com/kaisekidev/kaiseki-wp-plugin-the-events-calendar)[ RSS](/packages/kaiseki-wp-plugin-the-events-calendar/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (19)Versions (8)Used By (0)

kaiseki/wp-plugin-the-events-calendar
=====================================

[](#kaisekiwp-plugin-the-events-calendar)

WordPress helpers for The Events Calendar plugin: event/venue/organizer entity utilities, default-template and option filters.

Provides small read helpers around the plugin's data (`Event`, `Venue`, `Organizer`, `Schedule`) plus hook providers — wired through `ConfigProvider` and the `the_events_calendar` config key — to set the default event template, override plugin options, and optionally disable front-end block rendering.

Installation
------------

[](#installation)

```
composer require kaiseki/wp-plugin-the-events-calendar
```

Requires PHP 8.2 or newer. Expects The Events Calendar plugin to be active at runtime.

Usage
-----

[](#usage)

Register `ConfigProvider` with your laminas-style config aggregator and configure the `the_events_calendar` key, activating the providers you want via `kaiseki/wp-hook`:

```
use Kaiseki\WordPress\TheEventsCalendar\DefaultTemplate;
use Kaiseki\WordPress\TheEventsCalendar\DisableBlockRenderingInFrontend;
use Kaiseki\WordPress\TheEventsCalendar\FilterOptions;

return [
    'the_events_calendar' => [
        'default_template' => ['type' => 'default'],
        'disable_block_rendering' => true,
        // Overrides applied to tribe_get_single_option().
        'options' => [
            'ticket-enabled-post-types' => ['tribe_events'],
        ],
    ],
    'hook' => [
        'provider' => [
            DefaultTemplate::class,
            DisableBlockRenderingInFrontend::class,
            FilterOptions::class,
        ],
    ],
];
```

The `EntityUtils\Event` / `Venue` / `Organizer` helpers wrap the plugin's `tribe_*` lookups (cost, iCal/Google links, past-event check, …) behind a typed API for use in templates.

Development
-----------

[](#development)

```
composer install
composer check   # check-deps, cs-check, phpstan
```

License
-------

[](#license)

MIT — see [LICENSE](LICENSE).

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance88

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

78d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c3a6b11aea9668c9e9ca0c0f8515ef114d344acb552c695d715d35d5b388ea4?d=identicon)[woda](/maintainers/woda)

---

Top Contributors

[![davidmondok](https://avatars.githubusercontent.com/u/3883758?v=4)](https://github.com/davidmondok "davidmondok (8 commits)")[![wolfgangschaefer](https://avatars.githubusercontent.com/u/26325205?v=4)](https://github.com/wolfgangschaefer "wolfgangschaefer (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kaiseki-wp-plugin-the-events-calendar/health.svg)

```
[![Health](https://phpackages.com/badges/kaiseki-wp-plugin-the-events-calendar/health.svg)](https://phpackages.com/packages/kaiseki-wp-plugin-the-events-calendar)
```

###  Alternatives

[symfony/dependency-injection

Allows you to standardize and centralize the way objects are constructed in your application

4.2k464.3M10.6k](/packages/symfony-dependency-injection)[illuminate/contracts

The Illuminate Contracts package.

707133.3M15.2k](/packages/illuminate-contracts)[illuminate/container

The Illuminate Container package.

31083.8M2.5k](/packages/illuminate-container)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

568591.1k63](/packages/ecotone-ecotone)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)[symfony/object-mapper

Provides a way to map an object to another object

361.7M65](/packages/symfony-object-mapper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
