Is PHP dead? 🤔

...not yet! 🐘  Game over in: 04'59''

About "Is PHP dead?" 💭

This website was inspired by the original https://is-php-dead.lol (offline now) website by Ryan Chandler. I wanted to have more content, links and statistics, not just a simple obvious answer.

Stack 🗒️

composer.json
"require": {
    "php": ">=8.3",
    "ext-ctype": "*",
    "ext-iconv": "*",
    "symfony/console": "7.1.*",
    "symfony/dotenv": "7.1.*",
    "symfony/flex": "^2",
    "symfony/framework-bundle": "7.1.*",
    "symfony/runtime": "7.1.*",
    "symfony/string": "7.1.*",
    "symfony/twig-bundle": "7.1.*",
    "symfony/yaml": "7.1.*",
    "twig/twig": "^3.0"
}

SCC report 📊

───────────────────────────────────────────────────────────────────────────────
Language                 Files     Lines   Blanks  Comments     Code Complexity
───────────────────────────────────────────────────────────────────────────────
PHP                         25       971      168       153      650         21
Twig Template               17       844      163         0      681         26
YAML                         7        93       15        19       59          0
gitignore                    2        17        3         4       10          0
JSON                         1        72        0         0       72          0
License                      1        21        4         0       17          0
Makefile                     1        45        9         4       32          0
Markdown                     1       102       44         0       58          0
Plain Text                   1         6        1         0        5          0
───────────────────────────────────────────────────────────────────────────────
Total                       56      2171      407       180     1584         47
───────────────────────────────────────────────────────────────────────────────
Estimated Cost to Develop (organic) $43 786
Estimated Schedule Effort (organic) 4,19 months
Estimated People Required (organic) 0,93
───────────────────────────────────────────────────────────────────────────────
Processed 75026 bytes, 0.075 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────

Other vendors 🎨

Fun facts (or not) 🤡

Why using Symfony? 🎶

Because I don't want to handle routing, templating, sessions, flash messages, custom error pages, caching, events, services manually... I think I've made my point.

Why not using Laravel? 👨‍🎨👩‍🎨

It's good to vary pleasures, isn't it? 🤝
But OK, if you really want, you can find the Laravel version here.

What is the difference with the Laravel version? 🤔

Absolutely none.