PHP
GitHub - modelcontextprotocol/php-sdk: The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation.
https://github.com/modelcontextprotocol/php-sdk
The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation. - modelcontextprotocol/php-sdk
PHP Pipe Operator Explained — Cleaner, More Readable PHP Code
https://acairns.co.uk/posts/php/pipe-operator
Explore how a native pipe operator could improve code readability and composition in PHP. Understand current alternatives and what future implementation might look like.
Stop Ignoring Important Returns with PHP 8.5’s `#[\NoDiscard]` Attribute — Amit Merchant — A blog on PHP, JavaScript, and more
https://www.amitmerchant.com/the-nodiscard-attribute-in-php-85/
When writing functions or methods in PHP, we often return values that are crucial for the caller to handle. Usually, those returned values need to be consumed. Check the following example.
Announcing the Official PHP SDK for MCP — The PHP Foundation — Supporting, Advancing, and Developing the PHP Language
https://thephp.foundation/blog/2025/09/05/php-mcp-sdk/
The PHP Foundation — Supporting, Advancing, and Developing the PHP Language
Broken
Native array_first() and array_last() Functions in PHP 8.5
https://laravel-news.com/native-array-first-and-array-last-functions-in-php-85
PHP 8.5 Adds Pipe Operator: What it means — The PHP Foundation — Supporting, Advancing, and Developing the PHP Language
https://thephp.foundation/blog/2025/07/11/php-85-adds-pipe-operator/
The PHP Foundation — Supporting, Advancing, and Developing the PHP Language