clawdforge/clients
Kayos 1cff9b89d2 clients/php: initial PHP SDK for clawdforge
PHP 8.2+ Guzzle-based client mirroring the Python SDK surface:

- Client::healthz / run / uploadFile / createToken / listTokens / revokeToken
- Readonly value objects: RunRequest, RunResult, FileToken, AppToken
- Exception hierarchy: ForgeException (abstract) -> ApiException ->
  AuthException, plus TransportException
- camelCase PHP <-> snake_case wire conversion at the boundary
- Streamed multipart uploads via fopen($path, 'r')
- Injectable GuzzleHttp\ClientInterface (MockHandler-friendly)
- HTTP timeout = subprocess timeout + 30s margin
- 15 PHPUnit tests, 61 assertions, no live network
- README with Laravel + WordPress integration snippets
- MIT license, no Sulkta-specific assumptions
2026-04-28 22:41:02 -07:00
..
bash clients/bash: cf — single-file bash CLI for clawdforge 2026-04-28 22:25:50 -07:00
go clients/go: initial Go SDK for clawdforge 2026-04-28 22:36:56 -07:00
mcp clients/mcp: initial MCP server for clawdforge 2026-04-28 22:37:08 -07:00
php clients/php: initial PHP SDK for clawdforge 2026-04-28 22:41:02 -07:00
python clients/python: initial Python SDK for clawdforge 2026-04-28 22:27:21 -07:00
ruby clients/ruby: initial Ruby SDK for clawdforge 2026-04-28 22:34:01 -07:00
rust clients/rust: initial Rust SDK for clawdforge 2026-04-28 22:35:16 -07:00