examples/wordpress-plugin/composer.json
Stefan Schmidt-Egermann 64e9f1144b
feat: initial examples content (v0.1.0)
- Markenrecht-Monitoring (Python) — täglich URLs capturen
- Webhook-Receiver (Node.js Express) — capture.ready Events archivieren
- WordPress-Plugin (PHP) — Captures aus dem WP-Backend
2026-04-25 12:26:09 +02:00

10 lines
282 B
JSON

{
"name": "hightrusted/capture-wordpress-plugin",
"description": "WordPress-Plugin für hightrusted CAPTURE — forensische Captures aus dem Backend",
"type": "wordpress-plugin",
"license": "MIT",
"require": {
"php": ">=8.1",
"hightrusted/capture": "^0.1.0"
}
}