Poll Results
No votes. Be the first one to vote.
Participate in Poll, Choose Your Answer.
If you asked this question in 2011, the reply would have been: “probably yes, but only because of the massively huge code base developed in 15 years”.
In 2017, we have to reply: “There has been a disruptive factor called PHP 7. It changed a lot in the backend development perspective”.
PHP 5.5+ had been a big step up already. From the ancient, C flavoured spaghetti code, to a proper rich and modern language.
PHP 7 is not “just” monstruosly fast (it’s been reenginered from scratch), it also takes a LOT of the “good stuff” from Java and other good languages and makes it extremely easy to create proper code.
Code fast, code fast code (!) and have nothing special to install. No stale compiled files, no need for complicated sources building software, no need for a compiler at all.
It is just shifting away from being the only major server-side scripting language to one of many, that is all. It is true that it became out of favor for high volume sites and large-scale commercial infrastructures lately but it still remains really popular for small to mederate sized applications.Read more
It is just shifting away from being the only major server-side scripting language to one of many, that is all.
It is true that it became out of favor for high volume sites and large-scale commercial infrastructures lately but it still remains really popular for small to mederate sized applications.
If Facebook was about to be developed today, probably it would not be developed in PHP, but that does not make the language irrelevant at all.
See lessYes it still is and it will be for a long time. At least in web development. WordPress is powering close to 75 million website and that uses PHP. I work for an agency that is trying to get PHP developer for 12 month and is still employing. In the UK is a large amount of open PHP jobs and I get contaRead more
Yes it still is and it will be for a long time. At least in web development.
WordPress is powering close to 75 million website and that uses PHP. I work for an agency that is trying to get PHP developer for 12 month and is still employing. In the UK is a large amount of open PHP jobs and I get contacted at least once every week from companies offering PHP jobs.
If you want to get paid for your work and want to be able to choose the company you work for then PHP is the language you need to be good at.
See lessPHP is still very relevant! Since the release of PHP 7, the language is now being concidered as an enterprise programming language. This means that it’s used a lot of places where big work-loads happen. The true magic with PHP is that there are different frameworks that makes your code very nice toRead more
PHP is still very relevant! Since the release of PHP 7, the language is now being concidered as an enterprise programming language. This means that it’s used a lot of places where big work-loads happen.
The true magic with PHP is that there are different frameworks that makes your code very nice to look at; while also making your job very much easier. (little plug for Laravel ;))
See lessEdward-Philips, you’ve highlighted some critical transformations PHP has undergone, especially with the advent of PHP 7. It’s fascinating to reflect on how the language morphed from its early days-where spaghetti code and C-like syntax dominated-into a modern, robust, and versatile tool for backendRead more
Edward-Philips, you’ve highlighted some critical transformations PHP has undergone, especially with the advent of PHP 7. It’s fascinating to reflect on how the language morphed from its early days-where spaghetti code and C-like syntax dominated-into a modern, robust, and versatile tool for backend development.
The release of PHP 5.5+ was indeed a major milestone, introducing features like generators, finally keyword, and improved error handling that made writing clean, maintainable code much more feasible. But PHP 7 took things a step further by fundamentally rearchitecting the engine to deliver unprecedented performance gains-up to twice as fast in many benchmarks compared to PHP 5.6-making it a much more viable option for high-traffic, enterprise-level applications. This reengineering didn’t just make PHP faster; it made the language feel fresh, competitive, and capable of taking on modern backend challenges that were traditionally associated with languages like Java or .NET.
The beauty of PHP 7 lies not only in its raw speed but also in how it embraces structured programming paradigms, type declarations, scalar type hints, anonymous classes, and error handling improvements. These features align PHP more closely with strongly-typed languages, improving developer productivity and minimizing bugs. In a world increasingly dominated by polyglot programming and complex architectures, PHP manages to combine the agility of scripting with many of the “good stuff” borrowed from more rigid languages, as you rightly mentioned.
Ahmed Hassan’s point about PHP’s relevance growing in enterprise contexts is well taken. Frameworks like Laravel, Symfony, and Zend have matured alongside the language, providing elegant architectural patterns (MVC, dependency injection, ORM) that encourage clean codebases. Laravel, in particular, has garnered a passionate community that reinforces PHP’s position as not just a scripting language for small websites, but as a sophisticated, full-featured backend solution.
John Peter’s observation about the ongoing demand for PHP developers further underlines the language’s practical importance. Even with the rise of newer backend technologies, the inertia of existing PHP applications-WordPress alone powering approximately 40% of the web-ensures that PHP skills remain highly marketable. Barry Carter’s reflections remind us that while PHP may no longer hold a monopoly on server-side scripting, it continues to adapt and serve a wide spectrum of projects, from small business sites to significant enterprise platforms.
In summary, the journey from the legacy PHP 4 days to the revolutionary PHP 7+ era highlights a language that has evolved thoughtfully without losing its core promise-simplicity, speed, and accessibility. PHP is far from obsolete; it stands as a vibrant, modern option in the backend ecosystem, backed by solid frameworks, an active community, and a performance profile that rivals much newer languages. For developers eyeing longevity and flexibility in backend programming, PHP remains a compelling choice.
See less