PHPackages                             bernskioldmedia/events-calendar-live-viewer - 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. bernskioldmedia/events-calendar-live-viewer

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

bernskioldmedia/events-calendar-live-viewer
===========================================

An auto-updating live viewer for virtual events in The Events Calendar.

1.0.0(4y ago)019[3 PRs](https://github.com/bernskiold/events-calendar-live-viewer/pulls)GPL-3.0+PHPPHP ^7.4|^8.0CI passing

Since Oct 31Pushed 2w ago1 watchersCompare

[ Source](https://github.com/bernskiold/events-calendar-live-viewer)[ Packagist](https://packagist.org/packages/bernskioldmedia/events-calendar-live-viewer)[ GitHub Sponsors](https://github.com/bernskioldmedia)[ RSS](/packages/bernskioldmedia-events-calendar-live-viewer/feed)WikiDiscussions main Synced 3w ago

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

Events Calendar Live Viewer
===========================

[](#events-calendar-live-viewer)

This plugin provides a live viewer interface for virtual events in The Events Calendar.

The live page automatically refreshes with the new video content from your live events when they are scheduled to start. This lets viewers stay on one page and enjoy your full event. Perfect for conferences and events with multiple sessions in a row.

Requirements
------------

[](#requirements)

The following plugins are required:

- [The Events Calendar](https://theeventscalendar.com/products/wordpress-events-calendar/)
- [Virtual Events](https://theeventscalendar.com/products/wordpress-virtual-events/)

For this plugin to work your event needs to be structured:

- One event per session
- Multiple sessions scheduled in a row
- Using YouTube Live Premieres

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

[](#installation)

Currently we support a composer-based installation only:

```
composer require bernskioldmedia/events-calendar-live-viewer
```

We may in the future support a ZIP file installable through WordPress.org.

Usage
-----

[](#usage)

On any of your pages add the "Live Viewer" block.

The live viewer block will show events based on the start and end times of your events. The block will show the current event based on the current time. If no current event exists, the next event is shown.

Five minutes prior to the next event, the page will automatically refresh, loading the new event video embed.

Behind the scenes, the page polls the REST API automatically every minute to check if the page should refresh based on the next events start time. This means you can change your schedule as the event happens, should you be running late.

Customize
---------

[](#customize)

You can use the following actions and filters to customize this plugin.

### Change how long before the next event is loaded

[](#change-how-long-before-the-next-event-is-loaded)

By default the next event is loaded five minutes before its start time. To change this:

```
// Load next event one minute before it starts.
add_filter( 'eclw_seconds_before_to_load_next', static function() {
	return MINUTE_IN_SECONDS;
} );
```

### Change how often the page should poll

[](#change-how-often-the-page-should-poll)

By default, the page will poll the system every minute for updated data. To change this:

```
// Poll for new data every five minutes.
add_filter( 'eclw_polling_interval', static function() {
	return 5 * MINUTE_IN_SECONDS;
} );
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance63

Regular maintenance activity

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

1707d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8409819?v=4)[Bernskiold](/maintainers/bernskiold)[@bernskiold](https://github.com/bernskiold)

---

Top Contributors

[![ErikBernskiold](https://avatars.githubusercontent.com/u/1166728?v=4)](https://github.com/ErikBernskiold "ErikBernskiold (18 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (14 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

the-events-calendarvirtual-eventswordpresswordpress-plugin

### Embed Badge

![Health badge](/badges/bernskioldmedia-events-calendar-live-viewer/health.svg)

```
[![Health](https://phpackages.com/badges/bernskioldmedia-events-calendar-live-viewer/health.svg)](https://phpackages.com/packages/bernskioldmedia-events-calendar-live-viewer)
```

###  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)
