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

AbandonedArchivedWordpress-muplugin

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 1mo 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 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

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

3573d 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

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[johnbillion/user-switching

Instant switching between user accounts in WordPress and WooCommerce.

19768.3k2](/packages/johnbillion-user-switching)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k13](/packages/rainlab-user-plugin)

PHPackages © 2026

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