patcherly/php-connector

Patcherly detects bugs in real time in your app. It creates a customized AI patch, and once you approve it, backs up your code, fixes it & tests the patch for you. If anything is off, it rolls back the changes automatically, or you can always roll it back in a click. Website: https://patcherly.com

Maintainers

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 0

v2.3.15 2026-07-18 01:04 UTC

This package is auto-updated.

Last update: 2026-07-18 01:06:34 UTC


README

Patcherly detects bugs in real time in your app. It creates a customized AI patch, and once you approve it, backs up your code, fixes it & tests the patch for you. If anything is off, it rolls back the changes automatically, or you can always roll it back in a click.

patcherly.com · PHP connector docs · Packagist

Recommended install

Use the universal installer (one command, auto-pairs).

Package install

composer global require patcherly/php-connector
patcherly login

Pairing

patcherly login

Test mode (sample error detection)

After pairing, verify the pipeline without waiting for a real exception. In your Patcherly dashboard, open Targets → your target → Test Mode (30-minute window per target), then run:

patcherly send-test

The sample is tagged is_test_sample — it does not affect metrics or notifications. See Verify ingest with send-test in the help center.

Security

OAuth pairing and per-token HMAC signing; fix payloads verified before apply. See Connectors overview, Prompt injection protection, and Custom sanitiser patterns. PHP-specific detail: PHP connector — security.

Documentation

Support

License

MIT