I used PHP in mid-2000s, and then again in ~2017. By 2017, with the power of IDEA/WebStorm at my hands, it felt pretty much like developing a Java or a C# application: the stuff you needed was there, at your fingertips. And I still prefer PHP docs over pretty much any other language doc.
PHP in 2023
11–20 of 285 posts
Re: PHP in 2023
#12It's remarkable how the language evolved, and how many of the issues mentioned have been fixed and improved over the last ten years.
1. https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/
Re: PHP in 2023
#13Then I had to pick up a Laravel project and - for me - Laravel alone has resuscitated PHP's reputation.
Re: PHP in 2023
#14Would love to see a loose-goosey-functional-lisp-like lang of php :)
Re: PHP in 2023
#15I used to describe PHP as the spac filler of the web, holding all the good stuff together. Then I had to pick up a Laravel project and - for me - Laravel alone has resuscitated PHP's reputation.
Re: PHP in 2023
#16I used PHP in mid-2000s, and then again in ~2017. By 2017, with the power of IDEA/WebStorm at my hands, it felt pretty much like developing a Java or a C# application: the stuff you needed was there, at your fingertips. And I still prefer PHP docs over pretty much any other language doc.
As of PHP 5, it lost its way and started imitating the Java OO model with a worse botched-on syntax. PHP 4 used to be a compact "hypertext preprocessor" with many built-in groups of functions, enabling you to process forms, talk to databases or process images without much code.
Re: PHP in 2023
#17[dead]
Re: PHP in 2023
#18PHP was my first language back when I was a teenager in highschool - it all started because I wanted to get some data from users and store it (I just knew basic HTML and CSS back then), when a friend mentioned he used a PHP snippet to send an email from a website. That sounded like magic to me so I bought a book on PHP and my mind was blown by the possibilities. Several websites and years later I had a pretty good un…
If you don't have the time to watch it, you can also check out the open source code of that project: https://github.com/brendt/aggregate.stitcher.io
I still work on it, and I'd say i's a pretty accurate representation of a standard Laravel application.
Re: PHP in 2023
#19The video from that site (also https://youtu.be/x9bSUo6TGgY at youtube) is really quite well done. I wish more language comparisons were done in this way, with two speedy minutes in an editor accompanied by taut voiceover. Very impresssive!
Re: PHP in 2023
#20used php in 2015, decided that it's not that nice. last couple of months, I've been banging my head with php7. granted, it's a legacy project, but it is still the same php 7-8 years ago.
The benefit and downside of the PSR standards is they are optional. Sadly some think they know better and opt to roll their own convoluted 'standards' that just end up creating hell for the next person to come along and have to maintain their mess.