Skip to content

Commit d8555fe

Browse files
chore: improve package discoverability — SEO-optimized description, keywords, and metadata
- Updated description with key search terms (Anthropic, PHP, Laravel, CLI) - Added 7 new keywords (anthropic-sdk, claude-agent, ai-sdk, claude-api, php-ai, ai-tools, claude-laravel) - Added homepage and support URLs for Packagist
1 parent 4b7bdce commit d8555fe

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "mohamed-ashraf-elsaed/claude-agent-sdk-laravel",
3-
"description": "Laravel SDK for Claude Agent — build AI agents with Claude Code as a library",
4-
"keywords": ["laravel", "claude", "ai", "agent", "anthropic", "sdk", "claude-code", "llm", "ai-agent", "mcp", "laravel-package", "php-sdk", "agentic-ai", "automation", "code-generation"],
3+
"description": "Anthropic Claude Agent SDK for PHP & Laravel — build AI agents with tool use, sandboxing, MCP servers, subagents, hooks, and structured output via the Claude Code CLI",
4+
"keywords": ["laravel", "claude", "ai", "agent", "anthropic", "sdk", "claude-code", "llm", "ai-agent", "mcp", "laravel-package", "php-sdk", "agentic-ai", "automation", "code-generation", "anthropic-sdk", "claude-agent", "ai-sdk", "claude-api", "php-ai", "ai-tools", "claude-laravel"],
55
"license": "MIT",
6+
"homepage": "https://github.com/mohamed-ashraf-elsaed/claude-agent-sdk-laravel",
67
"authors": [
78
{
89
"name": "Mohamed Ashraf",
910
"email": "m.ashraf.saed@gmail.com"
1011
}
1112
],
13+
"support": {
14+
"issues": "https://github.com/mohamed-ashraf-elsaed/claude-agent-sdk-laravel/issues",
15+
"source": "https://github.com/mohamed-ashraf-elsaed/claude-agent-sdk-laravel",
16+
"docs": "https://github.com/mohamed-ashraf-elsaed/claude-agent-sdk-laravel/wiki"
17+
},
1218
"require": {
1319
"php": "^8.1|^8.2|^8.3|^8.4",
1420
"illuminate/support": "^10.0|^11.0|^12.0",

0 commit comments

Comments
 (0)