I know this will sound like an echo chamber:<p>But PHP is on the decline. Its only hanging on barely because of wordpress.<p>Let me explain.<p>The web changed. The web evolved. Too fast for PHP to catch up, and fundamentally the web today is not compatible with the PHP way of exec + die immediately.<p>The web is more and more real time, all sorts of events fired thru sockets, work queues, and state is stored both on the client and on the server. PHP is not up for this task. This is why people have been moving away from PHP for the last decade, and this will only increase as time goes by.<p>Finally, please dont even start with that "nodejs clone in PHP" as its just a hack. If you use a node-js clone (there are many options) built in PHP you cant use any of the core stdlib, as its all blocking by nature, so for me and many others its a non starter.<p>PHP did a good job in evolving the web. Late 90s and early 2000s websites was the start, now its time to use better tech and continue forward.<p>Thanks PHP, but your time is up, its now time to say good-bye!