{ "name": "clawdforge/clawdforge", "description": "PHP SDK for the clawdforge LAN-only HTTP service (claude -p subprocess wrapper).", "type": "library", "license": "MIT", "keywords": [ "clawdforge", "claude", "anthropic", "sdk", "http-client" ], "homepage": "http://192.168.0.5:3001/Sulkta-Coop/clawdforge", "authors": [ { "name": "Kayos", "email": "kayos@sulkta.com" } ], "require": { "php": "^8.2", "ext-json": "*", "guzzlehttp/guzzle": "^7.5" }, "require-dev": { "phpunit/phpunit": "^10.5" }, "autoload": { "psr-4": { "Clawdforge\\": "src/" } }, "autoload-dev": { "psr-4": { "Clawdforge\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit", "lint": "find src -name '*.php' -exec php -l {} \\;" }, "config": { "sort-packages": true, "optimize-autoloader": true }, "minimum-stability": "stable" }