autotix / wordpress-plugin
WordPress plugin that captures PHP errors and forwards them to Autotix.
Package info
github.com/HelloWorldDevs/autotix-wordpress
Type:wordpress-plugin
pkg:composer/autotix/wordpress-plugin
Requires
- php: >=8.1
- autotix/php-sdk: ^0.2
- nyholm/psr7: ^1.8
Requires (Dev)
- phpunit/phpunit: ^10.5 || ^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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