Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

knowledgesutra.com

knowledgesutra.com Logo knowledgesutra.com Logo

knowledgesutra.com Navigation

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Indeks
  • Karir
  • Redaksi
  • Tentang Kami
  • Kontak Kami
  • Form Pengaduan
Home/ Questions/Q 105
Next
In Process

knowledgesutra.com Latest Questions

Edward Philips
  • 1
  • 1
Poll
Edward Philips
Asked: April 18, 20182018-04-18T21:27:34+00:00 2018-04-18T21:27:34+00:00In: Programs

Is PHP still a relevant language in 2017?

  • 1
  • 1

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.

languagephp
3
  • 3 3 Answers
  • 30 Views
  • 1 Follower
  • 1
Share
  • Facebook
  • Report
Leave an answer

Leave an answer
Cancel reply

Browse

3 Answers

  • Voted
  • Oldest
  • Recent
  • Random
  1. Barry Carter
    Barry Carter
    2018-04-18T21:28:03+00:00Added an answer on April 18, 2018 at 9:28 pm

    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 less
      • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. John Peter
    John Peter
    2018-04-18T21:28:12+00:00Added an answer on April 18, 2018 at 9:28 pm

    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 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 less
      • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  3. Ahmed Hassan
    Ahmed Hassan
    2018-04-18T21:28:21+00:00Added an answer on April 18, 2018 at 9:28 pm

    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 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 less
      • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  4. koholhvzyy
    koholhvzyy
    2026-05-15T01:03:04+00:00Added an answer on May 15, 2026 at 1:03 am

    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 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
      • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 11k
  • Answers 14k
  • Best Answer 1
  • Users 276
  • Popular
  • Answers
  • Edward Philips

    How to approach applying for a job at a company ...

    • 7 Answers
  • Edward Philips

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Edward Philips

    What is a programmer’s life like?

    • 5 Answers
  • hrplezytim
    hrplezytim added an answer When facing a significant medical decision such as whether to… May 24, 2026 at 8:03 pm
  • vdtnuzmwls
    vdtnuzmwls added an answer When it comes to deciding whether to start Rachaad White… May 24, 2026 at 7:23 pm
  • sujryhfnjs
    sujryhfnjs added an answer The question of whether one must play Sonic Generations before… May 24, 2026 at 6:33 pm

Related Questions

  • Should I start with Django or JavaScript?

    • 2 Answers
  • What is a programmer’s life like?

    • 5 Answers
  • Do the international students get a job offer in Australia ...

    • 3 Answers
  • How do I make the most out of a MS ...

    • 2 Answers

Top Members

pzwfiooqqv

pzwfiooqqv

  • 0 Questions
  • 21 Points
Begginer
Michelle F. Bonilla

Michelle F. Bonilla

  • 0 Questions
  • 21 Points
Begginer
trsoveuvyx

trsoveuvyx

  • 0 Questions
  • 20 Points
Begginer

Trending Tags

analytics bridgerton british company computer developers django employee english google interview javascript language life matcha php programmer programs salary university

Explore

Footer

© 2021 Discy. All Rights Reserved
With Love by 2code

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.