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

054↓85%PHP

Since Jan 30Pushed 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 3w ago

READMEChangelogDependenciesVersions (4)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 31% of packages

Maintenance59

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### 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 (6 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

[rawilk/laravel-printing

Direct printing for Laravel apps

564275.1k8](/packages/rawilk-laravel-printing)[typisttech/imposter

Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins.

110294.9k1](/packages/typisttech-imposter)[utopia-php/messaging

A simple, light and advanced PHP messaging library

23217.8k5](/packages/utopia-php-messaging)[stellarwp/admin-notices

A handy package for easily displaying admin notices in WordPress with simple to complex visibility conditions

12661.4k](/packages/stellarwp-admin-notices)[rarst/toolbar-theme-switcher

Adds WordPress toolbar menu that allows users to switch theme for themselves

197.9k1](/packages/rarst-toolbar-theme-switcher)[ferdiunal/nova-editable-field

A Laravel Nova package to make fields editable.

115.3k](/packages/ferdiunal-nova-editable-field)

PHPackages © 2026

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