PHPackages                             considbrs-webdev/modularity-simpleview-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. considbrs-webdev/modularity-simpleview-events

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

considbrs-webdev/modularity-simpleview-events
=============================================

Modularity Simpleview Events Module

071↓89.5%PHP

Since Apr 20Pushed 1mo agoCompare

[ Source](https://github.com/Considbrs-Webdev/modularity-simpleview-events)[ Packagist](https://packagist.org/packages/considbrs-webdev/modularity-simpleview-events)[ RSS](/packages/considbrs-webdev-modularity-simpleview-events/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Modularity Simpleview Events
============================

[](#modularity-simpleview-events)

A WordPress plugin for integrating events from the Simpleview API into WordPress.

Features
--------

[](#features)

- Dynamically create post types and taxonomies from the Simpleview API
- Automatic synchronization via WP Cron
- Manual sync trigger from admin settings
- Configurable API credentials and sync frequency

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

[](#installation)

1. Place the plugin in `wp-content/plugins/modularity-simpleview-events/`
2. Run `composer dump` to create a new autoloader
3. Activate the plugin through the WordPress admin

Configuration
-------------

[](#configuration)

1. Navigate to **Simpleview Events &gt; Settings**
2. Configure your API credentials:
    - API Base URL
    - API Key
3. Set your preferred sync frequency (hourly, twice daily, or daily)
4. Use the "Sync Now" button to perform an initial manual sync

CLI Commands
------------

[](#cli-commands)

The plugin provides WP-CLI commands for managing Simpleview events data:

### Sync Events

[](#sync-events)

Sync events from the Simpleview API:

```
wp simpleview-events sync
```

**Options:**

- `--wipe` - Wipe all existing data before syncing (requires confirmation)

**Examples:**

```
# Run sync
wp simpleview-events sync

# Wipe all existing data and sync fresh
wp simpleview-events sync --wipe
```

### Wipe Data

[](#wipe-data)

Delete all synced Simpleview events data (posts, terms, and options):

```
wp simpleview-events wipe
```

**Options:**

- `--confirm` - Skip confirmation prompt (use with caution)

**Examples:**

```
# Wipe all data (with confirmation prompt)
wp simpleview-events wipe

# Wipe all data (skip confirmation)
wp simpleview-events wipe --confirm
```

### Show Statistics

[](#show-statistics)

Display sync statistics including total events, post types, and last sync time:

```
wp simpleview-events stats
```

This command shows:

- Total events count
- Draft events count
- Number of post types
- Last sync timestamp
- Post type breakdown with media channel information

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

[](#development)

The plugin structure follows the pattern established by `modularity-municipal-calendar`:

- `source/php/` - PHP source files
- `source/php/AcfFields/` - ACF fields for the general settings page
- `source/php/Admin/` - Admin functionality
- `source/php/Api/` - API client for Simpleview
- `source/php/cli/` - CLI commands for syncing events
- `source/php/Cron/` - WP Cron scheduling
- `source/php/PostType/` - Post type mapping logic
- `source/php/Sync/` - Synchronization logic
- `source/php/Taxonomy/` - Taxonomy mapping logic

License
-------

[](#license)

MIT

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance59

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.4% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18331514?v=4)[Michael Claesson](/maintainers/michaelclaesson)[@michaelclaesson](https://github.com/michaelclaesson)

---

Top Contributors

[![WilliamLundqvist](https://avatars.githubusercontent.com/u/157830304?v=4)](https://github.com/WilliamLundqvist "WilliamLundqvist (27 commits)")[![michaelclaesson](https://avatars.githubusercontent.com/u/18331514?v=4)](https://github.com/michaelclaesson "michaelclaesson (1 commits)")

### Embed Badge

![Health badge](/badges/considbrs-webdev-modularity-simpleview-events/health.svg)

```
[![Health](https://phpackages.com/badges/considbrs-webdev-modularity-simpleview-events/health.svg)](https://phpackages.com/packages/considbrs-webdev-modularity-simpleview-events)
```

###  Alternatives

[log1x/modern-acf-options

A modern take on ACF Theme Options

3432.6k2](/packages/log1x-modern-acf-options)[dipcode/php-form

Full featured form engine library.

1111.0k](/packages/dipcode-php-form)

PHPackages © 2026

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