From 0e9868e8ca69c26b4e5666eb07c526ad354c1d3a Mon Sep 17 00:00:00 2001 From: Helge Sverre Date: Tue, 22 Jul 2025 04:13:53 +0200 Subject: [PATCH 1/2] Update README.md shameless self promotion. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f29f601..d1ec2d9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ A curated list of awesome tools, integrations, extensions, plugins, frameworks, - [**dotai**](https://github.com/udecode/dotai): The ultimate AI development stack, including Claude Code, Task Master, and Curso. - [**vibekit**](https://github.com/superagent-ai/vibekit): A simple SDK for safely running Codex, Gemini CLI, and Claude Code in a secure sandbox. - [**claude-code-sdk-ts**](https://github.com/instantlyeasy/claude-code-sdk-ts): Configure models, enable tools, stream events, then fetch text, JSON, run details or token stats in one call via .asText() or .allowTools('Read', 'Write'). + - [Claude Code SDK for PHP](https://github.com/HelgeSverre/claude-code-sdk-php): Claude Code SDK for PHP: PHP wrapper for Claude Code with streaming responses, token tracking, event interceptors, and Laravel integration. Features strongly-typed messages, MCP server configuration, and comprehensive error handling. ----- From cbe421b97d7a37a7aaefe977817f7a785be0485e Mon Sep 17 00:00:00 2001 From: Helge Sverre Date: Tue, 22 Jul 2025 04:16:09 +0200 Subject: [PATCH 2/2] Update README.md fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1ec2d9..d5b38d5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A curated list of awesome tools, integrations, extensions, plugins, frameworks, - [**dotai**](https://github.com/udecode/dotai): The ultimate AI development stack, including Claude Code, Task Master, and Curso. - [**vibekit**](https://github.com/superagent-ai/vibekit): A simple SDK for safely running Codex, Gemini CLI, and Claude Code in a secure sandbox. - [**claude-code-sdk-ts**](https://github.com/instantlyeasy/claude-code-sdk-ts): Configure models, enable tools, stream events, then fetch text, JSON, run details or token stats in one call via .asText() or .allowTools('Read', 'Write'). - - [Claude Code SDK for PHP](https://github.com/HelgeSverre/claude-code-sdk-php): Claude Code SDK for PHP: PHP wrapper for Claude Code with streaming responses, token tracking, event interceptors, and Laravel integration. Features strongly-typed messages, MCP server configuration, and comprehensive error handling. + - [Claude Code SDK for PHP](https://github.com/HelgeSverre/claude-code-sdk-php): PHP wrapper for Claude Code with streaming responses, token tracking, event interceptors, and Laravel integration. Features strongly-typed messages, MCP server configuration, and comprehensive error handling. -----