Is php still relevant in 2026?
What has PHP going for it?
- PHP powers 70% of all websites with server-side programming
- It has 466,000 packages on Packagist
- The PHP foundation is backed by sponsors like JetBrains and Laravel
- With NativePHP a new alternative to build Mobile Apps just entered the game
Yet the claim that PHP is dead persists.
Let’s shed some light on this.
PHP powers 70.2% of all websites with server-side programming. The "PHP is dead" prophecy has been around since 2004 but PHP just kept going. PHP keeps evolving and with modern Frameworks like Laravel, Symfony or Statamic for Content Management, it is a major driver of the web.
For years we have been hearing the same claim: "PHP is outdated and slow. Use this new language instead."
In 2004, Java Servlets were supposed to replace PHP.
In 2007, it was Ruby on Rails.
In 2011, Node.js.
In 2015, Go.
In 2020, Rust.
Every time, the verdict was the same: PHP is finished but it continued to serve two thirds of the internet.
How relevant is PHP in 2026?
The numbers speak for themselves. According to W3Techs (as of April 2026), PHP runs on roughly 70% of all websites with identifiable server technology. Not 7%. Not 17%. 70% of the web.
On top of that, over 43% of all websites run the PHP-based WordPress. Platforms like Shopware, Magento, and Statamic are built on PHP. And Laravel, with over 512 million Packagist downloads, is one of the most widely used frameworks of all time.
On Packagist, the central package repository for PHP, over 448,000 packages are registered — with a total of 176 billion installations since 2012. For context: in 2012, people were still downloading PHP dependencies as ZIP files and uploading them via FTP. Composer professionalized the ecosystem and created a package culture that stands shoulder to shoulder with npm.
Is PHP still the PHP of 2005?
No. If you judge PHP today based on PHP 4 or 5, you have missed 15 years of progress.
The language has fundamentally changed:
PHP 7 (2015): Performance doubled compared to PHP 5.6. Scalar type hints and return types introduced.
PHP 8.0 (2020): JIT compiler, Named Arguments, Match Expressions, Union Types, Attributes.
PHP 8.1–8.3: Enums, Fibers (for asynchronous programming), Readonly Properties, Intersection Types, Typed Class Constants.
PHP 8.4 (November 2024): Property Hooks and Asymmetric Visibility. Properties can now define getter/setter logic directly, and read/write visibility can be controlled independently. This dramatically reduces boilerplate code and brings PHP to a level comparable to languages like Kotlin or C#.
PHP 8.5 (November 2025): Pipe Operator, Clone With, and more. The pipe operator (|>) enables functional-style chaining without intermediate variables. Clone With simplifies cloning and modifying readonly objects. Additional highlights include the #[\NoDiscard] attribute to warn on ignored return values, persistent cURL share handles for better performance, and the new array_first() and array_last() convenience functions.
PHP 8.6 (expected November 2026): According to Brent Roose, the release will include partial function application, a new polling API, function parameter doc comments, a bunch of deprecations, and more.
Who is behind PHP and who is funding its development?
The PHP Foundation, who is backed by some of the biggest names in the industry, drives the development of PHP.
The PHP Foundation was established to ensure the long-term development of PHP. It employs 13 core developers who work on the language itself. Sponsors are JetBrains, Automattic (WordPress), Laravel, Symfony, GoDaddy, Craft CMS, and many others like the German Government.
This is an important point for decision-makers and everyone who is considering to build their project with a PHP-based technology like Laravel. PHP is not a hobby language that depends on a single maintainer. It is a professionally funded open-source project with its own foundation, a board of directors, and a growing budget.
Can PHP do more than just websites?
Yes, with NativePHP, you can use Laravel Livewire to build desktop applications for Windows, macOS, and Linux as well as mobile apps for iOS and Android.
By embedding a pre-compiled PHP runtime alongside Laravel, and bridging directly into each platform’s native APIs, NativePHP brings the power of modern PHP to truly native mobile apps. Build performant, offline-capable experiences using the tools you already know.
— NativePHP Documentation
That means that a developer can use routes, controllers, Eloquent models, Blade templates and Artisan commands the same way as they are already used to. If you want to learn more about NativePHP and check if it is ready for production, click here.
For a language that has been declared dead for 20 years, that is a remarkable step. PHP is now dead on all platforms 😉
How mature is the ecosystem and its tooling?
PHP's ecosystem has never been more stable.
The PSR standards (PHP Standard Recommendations) enable cross-framework interoperability: PSR-4 (Autoloading), PSR-7 (HTTP Messages), PSR-11 (Container). This means packages are reusable across Laravel, Symfony, and other frameworks.
PHP can be strongly typed and the code checked with tools like PHPStan and Psalm.
Native type hints were introduced with PHP 8. The claim that "PHP has no types" is outdated.
Add to that FilamentPHP as an admin panel framework, Statamic as a CMS, Shopware as an e-commerce platform, and Laravel as a full-stack framework with a built-in ecosystem for authentication, payments, queues, WebSockets, and deployment.
Does PHP have weaknesses?
The biggest weakness of PHP is it’s bad reputation. PHP's reputation suffers from millions of poorly written WordPress plugins and PHP 4 spaghetti code still running in production. That is a community problem, not a language problem.
On top of that, PHP was not very beginner friendly. The official documentation looks outdated compared to others. Installing PHP on ones machine required some tooling. PHP has almost no marketing.
But all of this is improving. The PHP Website recently got a visual overhaul and the docs are to follow.
Is PHP fast enough?
For 95% of all web applications: yes. Modern PHP with OPcache performs on par with Python and Ruby. The bottleneck in web applications is almost always the database or an external API call.
And when standard performance is not enough, there is Laravel Octane: with FrankenPHP or Open Swoole, the application boots once and stays in memory.
Real-world reports show 5-10x higher throughput compared to the classic PHP-FPM setup. Recently added was Laravel Cloud, Laravel’s first-party cloud-based hosting solution for Laravel apps. It runs serverless on AWS with auto-scaling and no infrastructure management.
Who uses PHP in practice?
PHP is for everybody. For Companies, for Governments, for hobbyists.
Check out websites or apps that use Laravel or Laravel-based Framewords like Statamic.
Companies like the BBC, Pfizer, and Liberty Mutual use Laravel for internal tools and customer-facing applications. And Shopware, one of the leading e-commerce platforms in Europe, is built entirely on PHP and Symfony.
So is PHP the right choice for your next project?
If you want to build a web application, a customer portal, a SaaS product, or a CMS: yes.
In 2026, PHP has everything a modern programming language needs: a strong type system, asynchronous programming with Fibers, a professionally funded foundation, 448,000 packages, and a framework ecosystem that is second to none. With NativePHP, PHP can even power desktop and mobile applications. And with Laravel, you get a framework that gives you authentication, queues, APIs, WebSockets, and an admin panel from day one — without weeks of setup.
PHP is not dead. PHP was never dead. PHP just keeps going — as it has for the last 30 years.
Long live PHP.
Planning a web project and unsure about the technology choice? Talk to us — we will give you honest advice on which technology is the right fit for your project.
No results One result
Too many searches in a short time. The search is not reachable right now.
Please wait a moment, then carry on. Please try again in a moment.