-
Notifications
You must be signed in to change notification settings - Fork 948
PHP SDK Announcement Blog #1425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR adds a blog post announcing the official PHP SDK for MCP.
This PR adds a blog post announcing the official PHP SDK for MCP.
|
||
## Thanks to the MCP community | ||
|
||
This release consolidates earlier community work into a single, trusted implementation. The SDK is maintained by the [Symfony](https://symfony.com/) team, with [Kyrian Obikwelu](https://github.com/CodeWithKyrian) joining as a core maintainer based on his previous [PHP-MCP](https://github.com/php-mcp) work. The [PHP Foundation](https://thephp.foundation/) helped to coordinate the initiative with support from the members of MCP steering group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the governance semantics, but is "core maintainer" mapping to the existing outline?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dend no it doesn't - I've updated to 'maintainer'
- SDK repo: [modelcontextprotocol/php-sdk](https://github.com/modelcontextprotocol/php-sdk) | ||
- Composer package: [mcp/sdk](https://packagist.org/packages/mcp/sdk) | ||
|
||
We welcome your feedback and contribution, including issues, documentation improvements, and pull requests. Framework-specific integrations and real-world examples are also particularly valuable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would link to issues or elaborate a bit more on how contributions to things like documentation and samples can be done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dend I'll request this from the authors and merge into an updated version
|
||
Built in collaboration with the [PHP Foundation](https://thephp.foundation/) and [Symfony](https://symfony.com/), the PHP SDK handles protocol details, so developers don’t have to worry about low-level mechanics and can focus on building their applications. | ||
|
||
The initial release enables PHP developers to build MCP [servers](https://modelcontextprotocol.io/docs/learn/server-concepts), exposing [tools](https://modelcontextprotocol.io/docs/learn/server-concepts#tools-ai-actions), [prompts](https://modelcontextprotocol.io/docs/learn/server-concepts#prompts-interaction-templates), and [resources](https://modelcontextprotocol.io/docs/learn/server-concepts#resources-context-data) to AI applications. Support for PHP applications to act as MCP [clients](https://modelcontextprotocol.io/docs/learn/client-concepts) will follow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be worth including a section right below this that gives a very quick demo on how to build a MCP server with the PHP SDK. Doesn't need to be super-complex, just showcase the developer experience.
Ran prettier to solve formatting issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Adding a blog post announcing the official PHP SDK for MCP
Motivation and Context
This blog post announces the general availability of the official PHP SDK for MCP, developed in collaboration with the PHP Foundation and Symfony. It informs the community about this new SDK joining the MCP ecosystem.
How Has This Been Tested?
2025-07-31-governance-for-mcp.md
)Breaking Changes
N/A - This is a blog post addition only
Types of changes
Checklist
Additional context
This blog post was created in collaboration with the the Anthropic MCP team, PHP Foundation and Symfony teams to announce the official PHP SDK release. The post follows the same format and style conventions as other announcement posts in the blog.