LinkedIn and 3rd parties use essential and non-essential cookies to provide, secure, analyze and improve our Services, and to show you relevant ads (including professional and job ads) on and off LinkedIn. Learn more in our Cookie Policy.
Select Accept to consent or Reject to decline non-essential cookies for this use. You can update your choices at any time in your settings.
🚨 Big news for PHP developers!
The PHP Foundation, in collaboration with Anthropic’s MCP team and the Symfony team, has announced the official PHP SDK for MCP. The goal is a framework-agnostic, production-ready reference implementation that the PHP ecosystem can rely on.
https://lnkd.in/ekgsCV8B
🚀 Entrepreneur | 🌐 Transformational IT Project Team Lead | 10+ Years of Driving Innovation Outsourcing Excellence in Web & AI Innovations! 💻 | Empowering Teams to Thrive ✨
🚨 Big news for PHP developers!
The PHP Foundation, in collaboration with Anthropic’s MCP team and the Symfony team, has announced the official PHP SDK for MCP. The goal is a framework-agnostic, production-ready reference implementation that the PHP ecosystem can rely on.
https://lnkd.in/ekgsCV8B
The PHP Foundation, in collaboration with Anthropic’s MCP team and the Symfony team, has announced the official PHP SDK for MCP. The goal is a framework-agnostic, production-ready reference implementation that the PHP ecosystem can rely on.
https://lnkd.in/eXZUnt7K
Official Announcement: PHP SDK for MCP Release
The official PHP SDK for the Model Context Protocol (MCP) has just been released — a collaboration between the PHP Foundation, Anthropic, and the Symfony team.
💡 MCP acts like a “USB-C for AI,” making it easier than ever to connect AI systems with tools and data.
For PHP developers, this means:
• A trusted, official SDK (no more scattered community packages)
• PHP is now truly AI-ready, standing alongside Python & JavaScript
• Future integrations with Laravel, WordPress, Drupal, Laminas, and more 🚀
👉 Resources to get started:
GitHub: modelcontextprotocol/php-sdk
Composer: mcp/sdk
Spec: modelcontextprotocol.io
The PHP Foundation, in collaboration with Anthropic’s MCP team and the Symfony team, has announced the official PHP SDK for MCP. The goal is a framework-agnostic, production-ready reference implementation that the PHP ecosystem can rely on.
https://lnkd.in/eXZUnt7K
Meta Title: PHP include vs require: Key Differences Explained with Examples Meta Description: Understand the difference between PHP include and require. Learn when to use each with real-world use cases, code samples, and beginner-friendly explanations.
🚀 Symfony 8.0 is on the horizon!
➡️ The next major release is officially in development and will require PHP 8.4+. Symfony 8 continues the framework’s tradition of refining the developer experience by cleaning up deprecated code, enforcing return types, and simplifying the core framework.
🔑 Key Changes Announced So Far:
✅ Requires PHP 8.4+
✅ Enforced return types across all components
✅ Removal of !tagged → use !tagged_iterator
✅ Deprecated autowiring aliases and BC layers removed
✅ Url constraint now enforces valid top-level domains by default
✅ Native HTML5 parsing in DomCrawler
✅ HttpFoundation now warns if headers are sent twice
✅ Many core classes marked final to stabilize the API
⚡ Performance & Modernization
✅ Symfony 8.0 is expected to deliver major performance boosts, leveraging:
✴️ PHP 8.4 Lazy Objects
- Smarter container optimizations
- FrankenPHP integration
📅 Release expected: End of November 2025
- Symfony 8.0 is shaping up to be one of the most significant upgrades in years—bringing cleaner APIs, better performance, and modern PHP features to developers worldwide.
#symfony
The #PHP#SDK for the Model Context Protocol (#MCP) is now live.
This opens the door for PHP developers to build smarter, AI-connected tools without switching stacks or compromising on performance. It’s framework-agnostic, production-ready, and backed by some great minds from Symfony and beyond.
If you’re working with Laravel, WordPress, or just love PHP—this is worth checking out.
#PHP#AI#OpenSource#Symfony ❤️ #MCPhttps://lnkd.in/eauDhi_m
🚀 Managing Multiple PHP Versions with phpenv
As developers, we often need to run multiple PHP versions in parallel—whether for maintaining legacy systems, testing new frameworks, or ensuring compatibility. Installing/removing versions manually with make install is complex and risky.
👉 The solution: phpenv – a version manager for PHP, similar to rbenv in Ruby.
Why use phpenv?
Install and switch between PHP versions with a single command
Non-intrusive: each version is independent with its own php.ini
Supports custom compile options (extensions, modules)
Safely try the latest PHP release without breaking your current setup
How it works
phpenv leverages the mechanism of rbenv
Switching versions updates the symbolic link to the right PHP binary
Can coexist with rbenv if paths are configured properly
Basic installation steps
Install rbenv & ruby-build as prerequisites
Clone phpenv:
git clone https://lnkd.in/g4nmAbwb ~/.phpenv
Set PATH in /etc/profile.d/env.sh
Install php-build plugin to manage builds
Install dependencies (via yum/apt depending on OS)
Install PHP:
phpenv install --releases
phpenv global 7.4.33
php -v
Tips
List installed versions: phpenv versions
Customize compile options via php-build definitions
Each PHP version has its own php.ini: /usr/local/phpenv/versions/X.X.X/etc/php.ini
Final thoughts
With phpenv, managing multiple PHP versions becomes simple and safe.
You can easily test the newest releases or keep legacy apps running on PHP 5.x—without conflicts.
💡 A small but powerful tool every backend developer should know.
👉 Have you tried running multiple PHP versions in your workflow? Share your experience below!
⚡ The Beauty of Laravel + PHP
What I love about working with Laravel on top of PHP is how it transforms raw logic into clean, expressive code.
✅ PHP gives the foundation.
✅ Laravel adds structure, tools, and elegance.
✅ Together, they turn ideas into production-ready applications — fast.
From Eloquent ORM to Queues, from Blade templating to Artisan commands — every part of Laravel shows how far PHP has come as a language.
It’s not just about building apps that work — it’s about building apps that are readable, testable, and scalable.
👉 For developers: what’s your favorite Laravel + PHP feature combo?
#Laravel#PHP#WebDevelopment#CleanCode#Productivity
Helping companies build reliable Agentic systems
1moFrancesco Criscuolo Sebastiano Sicignano