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
- Activate the plugin.
- Go to Settings → Autotix.
- 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
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-06-15