{"id":22118006,"url":"https://github.com/xenomedia/dashboard-connector-wp","last_synced_at":"2026-04-25T16:34:27.741Z","repository":{"id":71541158,"uuid":"96941237","full_name":"xenomedia/dashboard-connector-wp","owner":"xenomedia","description":"Connects WordPress sites to the PNX Dashboard Console.","archived":false,"fork":false,"pushed_at":"2019-01-09T04:10:16.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T06:15:59.211Z","etag":null,"topics":["wordpress","wordpress-plugin","xeno-dashboard"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xenomedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-11T22:07:30.000Z","updated_at":"2019-01-09T04:10:17.000Z","dependencies_parsed_at":"2023-02-27T16:15:40.765Z","dependency_job_id":null,"html_url":"https://github.com/xenomedia/dashboard-connector-wp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xenomedia/dashboard-connector-wp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenomedia%2Fdashboard-connector-wp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenomedia%2Fdashboard-connector-wp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenomedia%2Fdashboard-connector-wp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenomedia%2Fdashboard-connector-wp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xenomedia","download_url":"https://codeload.github.com/xenomedia/dashboard-connector-wp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenomedia%2Fdashboard-connector-wp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32269462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress","wordpress-plugin","xeno-dashboard"],"created_at":"2024-12-01T13:42:49.366Z","updated_at":"2026-04-25T16:34:27.722Z","avatar_url":"https://github.com/xenomedia.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dashboard Connector WP #\n**Contributors:** caromanel  \nDonate link: \n**Tags:** jira, slack, xeno  \n**Requires at least:** 3.7  \n**Tested up to:** 4.8  \n**Stable tag:** 0.1.0  \n**License:** GPLv2 or later  \n**License URI:** http://www.gnu.org/licenses/gpl-2.0.html  \n\nDashboard Connector WP is a plugin that connects with Jira, Slack and the Xeno Rest API.\n\n## Description ##\n\n*   Adds two rest api end points:\n\ta ) site-info : with site core, theme and plugins information\n\tb ) slack-talk : send site site information to Slack\n*   Creates a cron that will be running twice a day to check for updates. \n\tIf there are updates available will create a task in Jira and only for production environment.\n*   Sends site information to Dashboard Connector WP\n*   Creates an enviroment indicator\n\n\n## Installation ##\n\n1. Upload `dashboard-connector-wp` to the `/wp-content/plugins/` directory\n2. Enter settings in dashboard-connector-wp admin page or edit wp-config.php file with the following paramethers:\n\n/* Dashboard Connector WP settings */\n\n// ** SLACK SETTINGS ** //\n\n// Comma separated Slack Channels.\n\ndefine( 'XDB_SLACK_CHANNELS', 'chanels' );\n\n// Comma separated Slack usernames.\n\ndefine( 'XDB_SLACK_NOTIFY', 'usernames' );\n\n// Slack webhook ( after https://hooks.slack.com/services/ ).\n\ndefine( 'XDB_SLACK_WEBHOOK', 'lastpartofwebhook' );\n\n\n// ** JIRA SETTINGS ** //\n\n// Default Jira transition ID.\n\ndefine( 'XDB_JIRA_TRANSITION', 4 );\n\n// Credentials: sername.\n\ndefine( 'XDB_JIRA_USER', 'user' );\n\n// Credentials: password.\n\ndefine( 'XDB_JIRA_PWD', 'pwd' );\n\n// Assignee username.\n\ndefine( 'XDB_JIRA_ASSIGNEE', 'username' );\n\n// Full URL.\n\ndefine( 'XDB_JIRA_SERVER', 'jiraurl' );\n\n// Project ID.\n\ndefine( 'XDB_JIRA_PROJECT', 'project' );\n\n// Comma separated labels.\n\ndefine( 'XDB_JIRA_LABELS', 'labelsseparatedbycomma' );\n\n\n// ** Dashboard Connector WP SETTINGS ** //\n\n// Super secreat key.\n\ndefine( 'XDB_REST_SECRET', 'mysupersecreat' );\n\n// Credentials username.\n\ndefine( 'XDB_USER', 'restuser' );\n\n// Credentials password.\n\ndefine( 'XDB_PWD', 'restpwd' );\n\n// Site ID.\n\ndefine( 'XDB_SITE_ID', 'siteid' );\n\n// Client ID.\n\ndefine( 'XDB_CLIENT_ID', 'clientid' );\n\n// Dashboard Connector WP rest url.\n\ndefine( 'XDB_URL', 'xenoresturl' );\n\n// Environemnt: options are: dev, test and prod only.\n\ndefine( 'XDB_ENV', 'devortestorprod' );\n\n/* Dashboard Connector WP settings ENDS */\n\n\n## Frequently Asked Questions ##\n\n\n\n## Screenshots ##\n\n\n\n## Changelog ##\n\n### 1.0 ###\n* Initial commit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenomedia%2Fdashboard-connector-wp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxenomedia%2Fdashboard-connector-wp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenomedia%2Fdashboard-connector-wp/lists"}