autotix/wordpress-plugin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

autotix/wordpress-plugin

Composer 安装命令:

composer require autotix/wordpress-plugin

包简介

WordPress plugin that captures PHP errors and forwards them to Autotix.

README 文档

README

Captures PHP errors, warnings, and exceptions from your WordPress site and forwards them to Autotix, which turns them into tickets (Jira or GitHub Issues) and AI-generated fix PRs automatically.

This repository is a read-only mirror, split from the Autotix monorepo. Issues and PRs are welcome here and will be applied upstream.

Requirements

  • WordPress >= 6.0
  • PHP >= 8.1

Install

From a release zip

Download the latest release zip and install it via Plugins → Add New → Upload Plugin. Release zips ship with a pre-scoped vendor/ directory (via php-scoper), so they can't collide with other plugins' dependencies.

From source

cd wp-content/plugins/autotix
composer install

Configure

  1. Activate the plugin.
  2. Go to Settings → Autotix.
  3. Paste your org webhook token from app.autotix.io → Settings and enable capture.

Testing the pipeline

The plugin adds an admin test page that raises a deliberate error end-to-end so you can confirm a ticket shows up in Autotix.

Development

composer install
vendor/bin/phpunit

Build a distributable zip (scoped vendor included):

composer run build:plugin

License

GPL-2.0-or-later

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 15
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-06-15