PHPackages                             trendwerk/events - 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. trendwerk/events

AbandonedArchivedWordpress-muplugin[Utility &amp; Helpers](/categories/utility)

trendwerk/events
================

Events for WordPress.

1.0.4(9y ago)1340[2 issues](https://github.com/trendwerk/events/issues)GPL-2.0+PHPPHP &gt;=5.4

Since Mar 27Pushed 9y ago2 watchersCompare

[ Source](https://github.com/trendwerk/events)[ Packagist](https://packagist.org/packages/trendwerk/events)[ RSS](/packages/trendwerk-events/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Events
======

[](#events)

Events for WordPress.

This plugin only delivers the most basic functionality for events. It doesn't contain any templates.

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

[](#installation)

If you're using Composer to manage WordPress, add this plugin to your project's dependencies. Run:

```
composer require trendwerk/events
```

Templates
---------

[](#templates)

This plugin does not provide any templates. They have to be created in your theme. This works just like any other post type:

- `archive-events.php`
- `single-events.php`

#### Meta

[](#meta)

There is some additional post meta available for use in your templates:

- `_start` Start date + time (UNIX timestamp)
- `_end` End date + time (UNIX timestamp)
- `_location`
- `_address`
- `_zipcode`
- `_city`
- `_cost`

Past events
-----------

[](#past-events)

There's an endpoint available which contains past events. Default: `events/archive`.

#### Post type archive

[](#post-type-archive)

Use [`get_post_type_archive_link`](https://developer.wordpress.org/reference/functions/get_post_type_archive_link/), like with any other post type.

#### Get events archive slug

[](#get-events-archive-slug)

```
apply_filters( 'events_archive_slug', '' );
```

Hooks
-----

[](#hooks)

#### Post type

[](#post-type)

```
apply_filters( 'events_post_type', $args );
```

`$args` contains all post type settings.

#### Archive slug

[](#archive-slug)

```
apply_filters( 'events_archive_slug', '' );
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~124 days

Total

5

Last Release

3619d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ce3274dfde64e7afdd8a1c06a861dd0e65267afaba097fda8bad934877a471f?d=identicon)[haroldangenent](/maintainers/haroldangenent)

---

Top Contributors

[![haroldangenent](https://avatars.githubusercontent.com/u/1481468?v=4)](https://github.com/haroldangenent "haroldangenent (14 commits)")

### Embed Badge

![Health badge](/badges/trendwerk-events/health.svg)

```
[![Health](https://phpackages.com/badges/trendwerk-events/health.svg)](https://phpackages.com/packages/trendwerk-events)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

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

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5721.7k4](/packages/pfefferle-wordpress-activitypub)

PHPackages © 2026

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