plisken@lemmy.fmhy.mltoTechnology@beehaw.org•Google is getting a lot worse because of the Reddit blackouts
3·
1 year agoI was amped for Kagi when I first heard about it. But they bumped the price up after the LMM boom. Still might have to bite the bullet as part of desire to use paid ad-free services.
First off, any language/framework is just a tool.
Second, modern PHP is quite different than 2005 PHP which is about when people started moving to other languages for web development (Ruby, Python, etc.). What you can and should write in PHP today would be almost identical to what it would look like in those languages (i.e. MVC frameworks, ORM for DB access, dependency management with lock files). Many language features were added too such as namespacing which allow for better/modern code organization.
PHP has always had (and never lost) it’s dead simple capability to just package up a tar ball, ftp, unzip and just… run.
Would I use PHP today, not unless forced to or for a lot of money. But if it’s a language a team knows, there isn’t a benefit to switching to something else.