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
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
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 ·
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.