manifest / integrations / simon-wordpress
SIMON Integration
SiMon WordPress plugin for monitoring and intake submission.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/c55tech/simon-wordpress/archive/refs/heads/main.zipSiMon WordPress Plugin
The SiMon WordPress plugin integrates WordPress sites with the SiMon monitoring platform for intake submissions and site metadata collection.
Requirements
- WordPress 6.x
- PHP 8.1+
- Access to a SiMon API instance
Manual Installation
- Download or clone the repository.
- Copy the
simonplugin folder intowp-content/plugins/so it becomeswp-content/plugins/simon/. - In the WordPress admin, go to Plugins → Installed Plugins and activate SIMON Integration.
Configuration
- Go to Settings → SIMON.
- Configure:
- SIMON API URL
- Auth Key
- Client ID / Site ID
- Save settings and submit a snapshot (manual submit or cron).
Composer Installation (VCS)
If your WordPress project uses Composer (Bedrock or similar), add the repo and require the plugin:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/c55tech/simon-wordpress"
}
],
"require": {
"c55tech/simon-wordpress": "v1.0.1"
}
}
Then run:
composer update c55tech/simon-wordpress
Ensure composer/installers is available in your project (it is required by the
plugin, but some setups pin installers).
Support
Issues and requests: https://github.com/c55tech/simon-wordpress/issues