PHP in 100 Seconds

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 1,6 тис.

  • @chadthunder95
    @chadthunder95 2 роки тому +4544

    Finally, the final boss of the 100 seconds series

  • @isurujn
    @isurujn 2 роки тому +2438

    No matter how much hate PHP gets, it'll always have a special place in my heart. I built a crappy backend for a mobile app I made to enter a software competition back in 2012. All vanilla PHP, no frameworks. Good memories.

    • @redguard128
      @redguard128 2 роки тому +172

      I'm still writing app backends in PHP with no framework/pure PHP and I get 20 - 40 ms response times. And the code is following 2021's security best practices.

    • @isurujn
      @isurujn 2 роки тому +17

      @@redguard128 Nice 👍🏼 Any resources you'd recommend? I'd like to dip my toes in it again just for the fun of it.

    • @isurujn
      @isurujn 2 роки тому +4

      @@prasannasilva7754 Thank you 🙏🏼

    • @shehinmelto6203
      @shehinmelto6203 2 роки тому

      True

    • @theshermantanker7043
      @theshermantanker7043 2 роки тому +14

      Same. I may not like PHP as much as I did when I first started coding, but it earns a lot of my respect

  • @ranaakhil
    @ranaakhil 2 роки тому +4686

    Never thought this day would come.

  • @DannyBPlays
    @DannyBPlays 2 роки тому +641

    I've worked with php for 15 years and I loved every second of this basic explainer video

    • @mandokir
      @mandokir 2 роки тому +7

      Then you must still suck at PHP for not spotting any of the errors.

    • @notanenglishperson9865
      @notanenglishperson9865 2 роки тому +12

      @@mandokir what errors?

    • @edrius154
      @edrius154 2 роки тому +50

      @@notanenglishperson9865 Its been more than 7 months, and we still havent got a response. I guess hes still searching for an error 🤣

    • @kleinosim-asu7428
      @kleinosim-asu7428 2 роки тому +9

      15 years?
      Damn bro... I've been working with php for 4 months and I'm still learn how versatile the language is

    • @yagomizuma2275
      @yagomizuma2275 2 роки тому

      You

  • @jacm365
    @jacm365 2 роки тому +3030

    Although I've been working for a while with JS, PHP has put food on the table for 9 years now

  • @mattmaloney5988
    @mattmaloney5988 2 роки тому +638

    I’ve been using php for 22 years. And though it sounds like you’ve never used it, you did a bang up job explaining it in 100 seconds. Cheers

    • @Refresh5406
      @Refresh5406 2 роки тому +23

      It's changed so much since the bad old days, eh?

    • @prolamer7
      @prolamer7 2 роки тому +4

      exactly!

    • @mattmaloney5988
      @mattmaloney5988 2 роки тому +30

      @@kleinosim-asu7428 welcome aboard! For your first few apps, create the plumbing and basic functionality. Then delete it all. Don’t look back at it. And create it again.

    • @kleinosim-asu7428
      @kleinosim-asu7428 2 роки тому +3

      @@mattmaloney5988 the plumbing? What's that mean?

    • @XEQUTE
      @XEQUTE 2 роки тому +1

      @@mattmaloney5988 waiting for an explanation

  • @akshayk2482
    @akshayk2482 2 роки тому +872

    I have been doing PHP for more than 7 years now but still, love watching your video :) Thanks!

    • @BsKHacker
      @BsKHacker 2 роки тому +7

      Same here. It was one of the first languages I learned in college and I just had to see the video when I saw it.

    • @oamioxmocliox8082
      @oamioxmocliox8082 2 роки тому +1

      ;)

    • @ratajs
      @ratajs 2 роки тому +2

      So have I (also for 7 years).

    • @_Doskii
      @_Doskii 2 роки тому +2

      I've been doing it professionally for 6 years and personally for 10 or so.

    • @BlueJDev
      @BlueJDev 2 роки тому +5

      Man I feel old! Been doing PHP for nearly 20 years myself! 😮

  • @mrreese2342
    @mrreese2342 2 роки тому +53

    PHP is like that silent guy in the back that no one talks to or about but deeply inside they all know he's the boss.

  • @tylersustare
    @tylersustare 2 роки тому +1098

    Oh yes, PHP. Now I can't wait for Ruby on rails in 100 seconds 💎🎉

    • @kingbeencent
      @kingbeencent 2 роки тому +24

      Average PHP hater :v

    • @tylersustare
      @tylersustare 2 роки тому +40

      @@kingbeencent oh no disrespect to PHP at all. It just made me hopeful for the framework I like that others see as not popular anymore.

    • @Worldwide2708
      @Worldwide2708 2 роки тому +2

      I don't understand English, pls help me.
      So, PHP is realy dead from now on ?

    • @hossermes
      @hossermes 2 роки тому +13

      @@Worldwide2708 No.

    • @Rundik
      @Rundik 2 роки тому +25

      @@Worldwide2708 if cobol and fortran are still alive you shouldn't worry about php for at least 50 years

  • @hobyt3
    @hobyt3 2 роки тому +75

    As a primary PHP dev, this video hit me in the feels.

  • @dunste123
    @dunste123 2 роки тому +246

    You missed the strong typing that it has as of PHP 7, it's a great addon that they added

    • @MrMudbill
      @MrMudbill 2 роки тому +8

      Isn't that just type hinting?

    • @RainbowVision
      @RainbowVision 2 роки тому +21

      @@MrMudbill it's optional to hint scalar/built-in types or declare return types, but decent frameworks like Symfony make good use of this and it's always recommended to use strict typing to prevent bugs from happening

    • @girgias
      @girgias 2 роки тому +26

      @@MrMudbill Types are enforced by the engine, so no they are not type hints, but type declarations.

    • @dunste123
      @dunste123 2 роки тому +13

      @@MrMudbill it's not type hinting because it will throw exceptions if you're sending an int for a string param in a function

    • @maruseron
      @maruseron 2 роки тому +6

      @@dunste123 dynamic type checking for function parameters != strong typing. that's preposterous

  • @connoremerick7405
    @connoremerick7405 Рік тому +115

    THAT’S WHY IT’S PHP
    That acronym drove me insane for so long and somehow no one I’ve asked knew it’s origin
    I can finally free myself of this burden lmao

    • @NFSHeld
      @NFSHeld Рік тому +8

      Should've looked into Wikipedia, it's in the first paragraph 😅

    • @guinea_horn
      @guinea_horn Рік тому +9

      have you ever googled something?

  • @kavishdahekar
    @kavishdahekar Рік тому +68

    PHP will always have a special place in my heart. At a time when, as a student, I was struggling to make ends meet, PHP freelance jobs were what kept me from sinking.

  • @yanskidoodle
    @yanskidoodle 2 роки тому +514

    This made me miss PHP. It hasn't been long, only about 8 months since I last coded in PHP, but I do miss it 😂

    • @gurung1812
      @gurung1812 2 роки тому +25

      The most thing i love about php is date function

    • @MarisaClardy
      @MarisaClardy 2 роки тому +74

      I've found that everyone who was a PHP developer, and leaves PHP Development, always misses working in PHP.

    • @bonapart3572
      @bonapart3572 2 роки тому +26

      @@MarisaClardy I used to be a php dev some years ago and I love so much the thing that I don't do php anymore. Thanks god

    • @Y2KForever
      @Y2KForever 2 роки тому +20

      @@MarisaClardy worked with php for 5 years, I now work daily with Rust and JS. I don’t miss it for a second tbh.

    • @bostossaurorex
      @bostossaurorex 2 роки тому +33

      PHP is like drugs, you hate it, but you also love it 😁

  • @LarryGarfieldCrell
    @LarryGarfieldCrell Рік тому +95

    Though please be aware, modern PHP is very heavily typed. Variables are not typed, but object properties, function parameters, and function returns have a very robust type system to support them. They're all technically optional, but nearly all professional code these days is fairly heavily typed. It's also impressively fast for a nominally interpreted language. (It's actually compiled to bytecode first, then that's cached and executed.)
    We also basically never mix HTML and PHP in one file anymore. 🙂

  • @codeandwrite
    @codeandwrite 2 роки тому +91

    I have been coding in php since 2011. It has given me endless opportunities and made me the developer I am today. After learning laravel recently I don't think I will be abandoning php anytime soon.

  • @maxjf1
    @maxjf1 Рік тому +26

    PHP deserves more love. It's great how simple it is to use and how flexible it can be.

    • @apollowellstein188
      @apollowellstein188 Рік тому +2

      No one should use it anymore.

    • @maxjf1
      @maxjf1 Рік тому +6

      @@apollowellstein188 its still great, you can do much with an small team. Definitely it helped me on my career

    • @belkYT
      @belkYT Рік тому

      @@apollowellstein188 why

    • @morningstar2219
      @morningstar2219 Рік тому

      @@apollowellstein188 yeah just for you, please don't use php and please don't touch laravel ok..?!

    • @gregdingleberry4746
      @gregdingleberry4746 7 місяців тому

      Explain yourself@@apollowellstein188

  • @Safeboot
    @Safeboot 2 роки тому +199

    As a Laravel developer, I was waiting for this.

    • @dc22199x
      @dc22199x 2 роки тому +18

      Far from laravel, this is vanilla LOL
      We abandon this kind of writing, yet people still introducing it this way

    • @gurung1812
      @gurung1812 2 роки тому +31

      @@dc22199x It infuriates me that PHP is so much hated by non PHP developer or PHP developer who used it before php7

    • @bonapart3572
      @bonapart3572 2 роки тому +7

      @@gurung1812 it's still bs

    • @gurung1812
      @gurung1812 2 роки тому +27

      @@bonapart3572 Keep coping with your inflated ego

    • @raahimfareed
      @raahimfareed 2 роки тому +19

      @@bonapart3572 yet still the majority language for web dev backends

  • @parthg199
    @parthg199 2 роки тому +56

    Never thought that a video on PHP could be so interesting!

    • @yungifez
      @yungifez 2 роки тому +8

      Well php IS interesting

  • @RobertWildling
    @RobertWildling 2 роки тому +25

    That image that comes with "... modern pragmatic language ..."!!! Your choice of visual support is again and remains one of the best things of your 100sec videos!

  • @hypergraphic
    @hypergraphic 2 роки тому +25

    Ahh it brings back memories. PHP is like my first car, not that great, but it took me where I wanted to go.

  • @pedromartindelcampogonzale9613
    @pedromartindelcampogonzale9613 2 роки тому +14

    PHP is one of the most hated just because it's one of the most used. Excellent video.

  • @prasannasilva7754
    @prasannasilva7754 2 роки тому +16

    Thank you! last night i was writing some php code for my own CMS to enable its own search engine. it worked well eventually. after every night in which i added some php codes to my CMS, in the next morning, i feel like i'am completed and rewarded of my own. still it is 7 months i started learning php properly. php is making my expectation fulfill. i am not a programmer in profession but love programming.

  • @AntonioSchiavon
    @AntonioSchiavon 2 роки тому +79

    I can't wait for Elixir and Phoenix in 100 seconds 💧🔥

    • @urssaf343
      @urssaf343 2 роки тому +7

      +1 for Elixir / Erlang

  • @manuelquiero
    @manuelquiero 2 роки тому +6

    PHP is what made me choose Web development as my career. It's the language i used for building my thesis website in my final college years.

  • @VolodymyrDovbenko
    @VolodymyrDovbenko 2 роки тому +28

    Java dev:
    - I had to work once on php project, it was so bad.
    PHP dev:
    - I had to work with multiple Java projects, and most of them were full of sh*t.
    Summary: don't judge programming language based on the legacy projects you were given to work with.

    • @Tomas970506
      @Tomas970506 2 роки тому +3

      Yea the difference is that most of Php devs do know how to use javascript at some or another level. While JavaScript developers usually dont even touch Backend. :)

    • @LuminousWhispers11
      @LuminousWhispers11 2 роки тому

      Plus, 9/10 there are no or were very little standards in the code style.

  • @kamel3d
    @kamel3d 2 роки тому +135

    Thank you for making this video, anyone who hates PHP is just a hipster and not real dev

    • @pierrepracht
      @pierrepracht 2 роки тому +3

      Have heard someone talking of object programming on php 4 and 5 ?
      Have you "waited" for php 6 ?
      How old are you ? Aren't you a "hipster" coding for less than 15 years...
      And what's next WordPress is the "best"...

    • @hargunbeersingh8918
      @hargunbeersingh8918 2 роки тому +13

      You are not a developer if you reject modernity

    • @GutoCmtt
      @GutoCmtt 2 роки тому +11

      @@hargunbeersingh8918 As if modern PHP wasn't modern enough for devs 😆

    • @MD-mi3nl
      @MD-mi3nl 2 роки тому +3

      @@hargunbeersingh8918 php sites can handle millions of users. I don't see why you need to chose modern languages and frameworks as long as it's doing work with php

    • @Schweppese
      @Schweppese 2 роки тому +6

      You are a clown! Almost everyone I have worked with for the past 10 years dislikes PHP and for a reason!

  • @dugsiiye
    @dugsiiye 2 роки тому +19

    php is a Door of every web developer 😍 Man thank you so much.

  • @Rundik
    @Rundik 2 роки тому +43

    I read a 500-page book about laravel framework without any intention to use it. It's just such a clever and beautiful architecture. Really recommend it, just for inspiration

    • @banditosdoritos
      @banditosdoritos 2 роки тому +9

      @@chelly2615 Mom, this bot is talking to me in Japanese...

    • @akshy471
      @akshy471 2 роки тому

      @@banditosdoritos 64 comments on this video

  • @RizkheyG
    @RizkheyG 2 роки тому +90

    I've been 14 years since my journey begin as developer and still my main language is PHP.
    Really very nostalgic time when starting from vanilla, procedural PHP with mysql_connect function, then making my own framework(TBH sucks haha), then switching to Codeigniter then finally Laravel.

    • @adipurnomo5683
      @adipurnomo5683 2 роки тому

      Great bro. Where you work?

    • @Zircuitz
      @Zircuitz 2 роки тому +6

      I took the exact same path. Vanilla, CodeIgniter then finally Laravel. After Laravel: I never looked back (or even at alternatives). It's soooo amazing!

    • @Luan-en1tk
      @Luan-en1tk Рік тому

      Laravel it's just the most amazing thing that i could learning on my dev carrer

    • @RizkheyG
      @RizkheyG Рік тому +1

      Yeah so Far Laravel is extremely amazing. Do many thing under the hood so that developer only can focus on making the app.
      But you know that's also toxic when you have to code in other language and you cannot do whatever you usually do, and feels AAAAARGGHHHH~~!!!! hahahaha

    • @dedavai
      @dedavai Рік тому

      CodeIgniter/Kohana was a breath of fresh air when it came out, compared to doing PHP backends from scratch every time. Then Rails came out, and I never went back to PHP, except to maintain old projects. Laravel is good because it essentially was a Rails port for PHP.

  • @VladimirK89
    @VladimirK89 2 роки тому +43

    PHP FTW, I've been using it for 10 years now. The language is developing over time. The latest versions and features they're coming with are damn good. Great community and development team.

  • @subhankerchourasia
    @subhankerchourasia 2 роки тому +59

    I miss those days of editing functions.php over FTP connection 😁

    • @umarbabajidda9664
      @umarbabajidda9664 2 роки тому +5

      My man! :D

    • @matangubkin6422
      @matangubkin6422 2 роки тому +11

      I still do that at my work lmao

    • @averagewojak2623
      @averagewojak2623 2 роки тому +3

      Still doing it with those Wordpress and Osclass sites as my job 💀

    • @SirusStarTV
      @SirusStarTV 2 роки тому +3

      Now everything is git push for minor updates

    • @moncho_mx
      @moncho_mx 2 роки тому +1

      This made me laugh out loud, those were the days! :D

  • @manasnagelia
    @manasnagelia 2 роки тому +43

    Ahh, the old days with just HTML, CSS, vanilla Js, and PHP.

    • @Nerwesta
      @Nerwesta 2 роки тому +6

      Old days ?

    • @deidyomega
      @deidyomega 2 роки тому +6

      Feel yeah. Its been 10 years since I was rocking vanilla js, vanilla css, vanilla js and php. Kinda miss it. But then I realize how much faster I can build with modern tools.

    • @Nerwesta
      @Nerwesta 2 роки тому +5

      @@deidyomega Depends on what's your need, currently working on a project with vanilla JS and vanilla CSS ( PHP framework tho for the API )
      Why ? Because it doesn't need to, I'll probably wire some React component to it later but that's it. My main frontend isn't React but just plain JS.
      My main grip is people are faster to milk on the latest technologies without thiking why and how it could be beneficial, so I guess YMMV, but there are still some interesting projects to make without any of these technologies imo.
      TL:DR , yeah you can still work on frontend without wiring a framework to it or make it SPA, think about custom small businesses websites

    • @deidyomega
      @deidyomega 2 роки тому +1

      @@Nerwesta I mean, you never *need* a spa, or any tools, and frankly, you dont even *need* javascript at all. You can do a whole lot with html+css. A fully animated site with form validation, drop down menus, mobile responsive, the works.
      But while you are fiddling with esotric css to make it happen, I'll have completed 3 more projects that are "bloated". The client will be happy, the users wont care, and I get paid on more projects in less time.

    • @Nerwesta
      @Nerwesta 2 роки тому +1

      @@deidyomega For sure, but I'm still talking about a project that feels modern, and can tick a lot of boxes UX-wise.
      Like you said, without Javascript it's hard to have a convenient UX.
      Then again, I'll be quicker to drop a small snippet of vanilla JS to manage let's say popovers or modals than doing a whole React component.
      By dropping a snippet, I would probably make it a class based module for it and let's go.
      Instead, it really shines when you wire React on complicated dashboard to take care ( back office of a CMS for instance ).
      That's why I'm not very into Angular. lol

  • @FroddeB
    @FroddeB Рік тому +16

    PHP is a great language, it has transformed so much. Really no reason for people to hate on it

  • @IanConors-l6q
    @IanConors-l6q 2 місяці тому

    Thanks so much for this, I'm so happy. I'm learning PHP in school but don't understand it fully. You taught me html and css, but I was very disappointed when I couldn't find PHP tutorial. You are a great teacher, you explain everything so well.

  • @jlbardinas1
    @jlbardinas1 2 роки тому +17

    PHP give me everything both Financial and Personal. truly grateful technology 🙂

    • @bonapart3572
      @bonapart3572 2 роки тому +1

      @Martin Shaw Golang and Rust near React, okay.
      Also, this is because you just search php related jobs, it's normal that you will find php vacancy. Your personal experience is not an argument

  • @stanstanstan
    @stanstanstan 2 роки тому +3

    I work with technologies you make videos about on a day to day basis but continue to watch all the way through every video you post. Nice work!

  • @Azurryu
    @Azurryu 2 роки тому +19

    PHP is special to me. Wanted to make a website and eventually crossed paths with PHP as kid. 15 years later and PHP is the reason why I have my job. I was happy when the language finally advanced significantly with the official release of PHP 7 back then, massively improving what you can do and performance of big applications.

    • @Klinoklaz
      @Klinoklaz Рік тому +1

      kinda jealous of you veteran programmers. modern PHP's capability for building super ultra complicated architecture makes it way harder to land an "entry level" job nowadays. but I'm still glad that I didn't choose Java which seems to be more decent, its popularity became a disaster in the coming internet ice age in my country, because the market of Java is already saturated

  • @dschledermann
    @dschledermann Рік тому +5

    Composer and the PSR's has really raised the language to a new level. In PHP5 it was somewhat clunky to use, in PHP7 and PHP8 it is really smooth to use OOP and TDD.

  • @MisterBlex
    @MisterBlex 2 роки тому +105

    Didn't expect to see PHP since it gets so much unwarranted (read: old) hate, so thank you lol. Please do a follow up with Laravel in 100 seconds! It's incredible how many things can be done with it, and I've loved working with it professionally, and I can argue it can do things the same as competitors like Java and C#, with the same code quality, if the right people with the right mindset work on the codebase. And the development time and basic setup are so much faster as well.

    • @SirusStarTV
      @SirusStarTV 2 роки тому +1

      Mess of namespaces and services

    • @charlessexton1483
      @charlessexton1483 2 роки тому +5

      Laravel is my favourite framework in any language. I find it's people who don't know Laravel who hate PHP.

    • @charlessexton1483
      @charlessexton1483 2 роки тому

      @@mdbk2 I feel for you.

    • @Nerwesta
      @Nerwesta 2 роки тому +3

      Symfony would be better suited, everyone knows Laravel, Symfony doesn't get enough love.

    • @christoslytras7912
      @christoslytras7912 2 роки тому +11

      @@mdbk2 can you name one rule of "good programming" that Laravel breaks?

  • @MatthewDodson-m5u
    @MatthewDodson-m5u 2 місяці тому

    i have seen your all tutorials and i gained a lot of knowledge from you which i never got from anyone so thank you so much sir

  • @achilleskal
    @achilleskal 2 роки тому +5

    Although you can, serious PHP frameworks do not mix PHP with HTML but use template languages and separate those concerns.

  • @OscarHarper-p3y
    @OscarHarper-p3y 2 місяці тому

    Probably one of the best courses about PHP. I wouldn't call it beginner friendly, but makes it very easy to move to Laravel after you grasped all the concepts displayed on the video.

  • @n0xter95
    @n0xter95 2 роки тому +36

    next up laravel? Mentioned here, maybe a dedicated video would be cool

  • @CeapaCoolOfficial
    @CeapaCoolOfficial Рік тому +2

    "Php is dead bro"
    -Dan, just graduated, 21yo, builds websites using overkill slow unoptimised js frameworks with shitty markup validation/seo that load 500.000 lines of code in the browser for displaying 3 divs, scared by the idea of not using said framework.

  • @MrBrannfjell
    @MrBrannfjell 2 роки тому +28

    I'm a multilangual dev with about 10 years experience, coding in many languages on a daily basis (PHP, Python, C#, C++, Lua, *SQL, Java, JavaScript). And I absolutely love PHP. I have written my own framework in PHP, and I love its flexibility and freedom compared to other languages. Often the critic to why people say PHP is bad, is why I like it.

    • @BboyKeny
      @BboyKeny Рік тому +2

      I think with the continuous expanding of the type system, PHP is becoming a good contender in the backend space.

    • @philipmrch8326
      @philipmrch8326 Рік тому +1

      @@BboyKeny Still no reason to use it since you can pick literally anything else.

    • @BboyKeny
      @BboyKeny Рік тому

      @@philipmrch8326 Many wordpress, magento and laravel websites out there. Sadly I don't really have the luxury to go Rust or Go for most of my clients. The fact that it has become somewhat bearable is very much appreciated.

  • @ademtepe2855
    @ademtepe2855 2 роки тому +2

    Most concise video ever on PHP! Love PHP and love the video. PHP and Laravel developer here.

  • @industrialvectors
    @industrialvectors 2 роки тому +8

    My first experience of PHP was version 4 (latest at the time).
    It blew my young computer geek's mind away. I made my first website with a dynamic DATE on it.
    It's my second most significant experience with computers, second to discovering how I could code in basic to play music on the computer's speaker. Usually from dos, with gwbasics and qbasics later (I was a young kid then).
    I've had to maintain or extend some projects with php but I'm not fluent in modern php. I like how JS/TS has become a one army tool.

  • @Clonel
    @Clonel 2 роки тому +13

    It is great you did that video. Using the Symfony framework you can build gigantic awesome websites !
    Now please do Symfony in 100 seconds !!!
    Thanks for your awesome work.

  • @seizan88
    @seizan88 2 роки тому +3

    I love PHP8 with it's constructor property promotion. It's soooooo nice

  • @stygis
    @stygis 2 роки тому +445

    Php 8 is way different than php 5, I wish you’ve showed what people are missing nowadays…

    • @MubashirullahD
      @MubashirullahD 2 роки тому +8

      where do you recommend people learn? Thank you.

    • @bubbathemaster
      @bubbathemaster 2 роки тому +42

      PHP has made its revolution the same way JS did a few years back

    • @andikaap12
      @andikaap12 2 роки тому +11

      The oop side is already the game changer for me

    • @theshermantanker7043
      @theshermantanker7043 2 роки тому +59

      People still think Java is just as slow as it was in version 1.6, good luck trying to change their viewpoints about PHP

    • @boots3372
      @boots3372 2 роки тому +12

      @250CC Good thing it's also better then; objectively.

  • @alexejks8468
    @alexejks8468 2 роки тому +91

    1) do not forget that php is a more working language, while the more rated python is used for education at school and institute, because of this it has a higher citation.
    2) composer and laravel raised php to another level

    • @Tomas970506
      @Tomas970506 2 роки тому +18

      Ehem. Composer and Symfony. Laravel is basically made out of symfony packages... :)

    • @kaf83
      @kaf83 2 роки тому +7

      More rated python? More rated by whom?

    • @shanejohnson4546
      @shanejohnson4546 2 роки тому

      Bro, I would beg to differ that Wordpress might be one of the main reasons PHP has been still accepted on a hierarchy level. WAY beyond Laravel (which like WP, is just a framework built on PHP) Composer is a "helper" compared a framework

    • @TheHadrian54
      @TheHadrian54 Рік тому +11

      @@shanejohnson4546 Wordpress definitely saved PHP when it was becoming more and more obselete but people used it because they didn't have a choice.
      However PHP 7 and frameworks made PHP a genuinely enjoyable language that any web developer should at least consider.

    • @martijnb5887
      @martijnb5887 Рік тому +2

      @@kaf83 Scientist and engineers. Python is used *a lot* for people for who programming is a tool to get work done when the code itself is not a product.

  • @arminphulkar
    @arminphulkar 2 роки тому +7

    This #100SecondsOfCode series is just pure art!

  • @cheesebusiness
    @cheesebusiness 2 роки тому +16

    Laravel is the best HTTP-backend framework that I’ve ever seen in any language

  • @NicoHeinrich
    @NicoHeinrich 2 роки тому +3

    What I love about PHP is that it is easy, versatile and basically runs on any server. And it works well with JS and the fetch api, if I need to get/manipulate data from the server. I don't understand the hate at all. I mean, look at this cute elephant!

  • @ramraghunathan947
    @ramraghunathan947 2 роки тому +5

    Even though I am using react and js now. Php helped me get my food for 12 years now :) happy to see this 100 seconds and made me think about old days !!

  • @johnnydean
    @johnnydean 2 роки тому +3

    I'm usually skeptical of development tech videos (I'm a veteran) but this one was pretty cool. Thanks.

  • @adamploof3528
    @adamploof3528 2 роки тому +9

    So satisfying to see PHP getting a bit of love. Would recommend it to anyone wanting to build their first web app and beyond. Shout out to the Symfony framework -- just excellent.

  • @LeonBlade
    @LeonBlade 2 роки тому +4

    I love PHP, I don't write in it anymore, but it's one of my first languages I learned because of how easy it is to approach and easy to integrate into HTML creating dynamic websites with ease.

  • @theshermantanker7043
    @theshermantanker7043 2 роки тому +4

    For anyone that doesn't know, the PHP Interpreter's name is the Zend Engine. It's one of the languages with a really cool sounding runtime

    • @phutureproof
      @phutureproof 2 роки тому +3

      its also earns you a shit ton of cash, a far more important point

  • @KgfLikia
    @KgfLikia 2 роки тому +2

    The king :) Laravel and wordpress made it number 1 while php updates after 7 made it a real fast and safe!

    • @agungokill
      @agungokill 2 роки тому

      safe?

    • @KgfLikia
      @KgfLikia 2 роки тому

      @@agungokill hate?

    • @agungokill
      @agungokill 2 роки тому

      @@KgfLikia
      1. main contributors are leaving
      2. PHP will be on PHP Foundation hands.
      3. for now (transition phase) do you ever read current php8 backdoor drama lmao...

  • @katyj98
    @katyj98 2 роки тому +6

    Would love to see you do HTML Canvas drawing!

  • @HeruIrawan
    @HeruIrawan 2 роки тому +2

    I Love WordPress and I love PHP, thank's for make this video!

  • @zerorel
    @zerorel 2 роки тому +11

    I never thought this day would come, you have got to do a video on Laravel next!

    • @gurung1812
      @gurung1812 2 роки тому

      We've got a lot on laravel we need symfony

  • @AbigailCampbell-z8g
    @AbigailCampbell-z8g 2 місяці тому

    كل سنه وانتا طيب يا هندسه انا مستني حضرتك والله تنزل الكورس من بدري ربنا يوفقك دايما يارب ومن نجاح لنجاح انتا شخصيه جميله ومحترمه بجد

  • @khokon_m
    @khokon_m 2 роки тому +161

    I feel proud for being a PHP developer after watching this lol 😅

    • @psychospoof9557
      @psychospoof9557 2 роки тому +8

      yeah me too, none of the other community is talking about php but this took in hand

    • @31redorange08
      @31redorange08 2 роки тому +14

      Not sure why. You should be embarrassed.

    • @khokon_m
      @khokon_m 2 роки тому

      @@psychospoof9557 yeah

    • @khokon_m
      @khokon_m 2 роки тому

      @@31redorange08 not actually, we're already feeling that for the last couple of years.

    • @CHSKnight
      @CHSKnight 2 роки тому +2

      Me too bro. Still leveling up towards Laravel

  • @Philson
    @Philson 2 роки тому +2

    Nice. Haven't touched it in years. Went to JS and never looked back.

  • @sjn_
    @sjn_ 2 роки тому +8

    Ooo, Jeff making video on php, this is new!
    As a php developer, I really appreciate this. Lol

  • @3dprintjam
    @3dprintjam Рік тому +3

    1:47 is why I'll always love PHP

  • @mr.someone5679
    @mr.someone5679 5 місяців тому +2

    I’ve been using php for 10,000 years. And though it sounds like you’ve never used it, you did a bang up job explaining it in 100 seconds. Cheers

  • @atlas6397
    @atlas6397 9 днів тому

    I still have old scripts back in the day writing in PHP, still working in these days. wow like its stability

  • @surVERXD
    @surVERXD Рік тому +8

    I have been using php for 0 years, and i loved every second of the video. Php will always have a special place in my heart, it has brought no food to the table and i love this video.

  • @ahsanullah6326
    @ahsanullah6326 2 роки тому +37

    Laravel is the most powerful web framework I have seen in my 8 years of web dev

    • @TribalHeartMusic
      @TribalHeartMusic 2 роки тому +8

      Based on what exactly if I may ask?

    • @ishananaguru
      @ishananaguru 2 роки тому +3

      lol, no... React and NextJS combined will beat anything.

    • @valeriehyun2512
      @valeriehyun2512 2 роки тому +9

      of all who ask why, have you tried laravel? I have compared with many frameworks, Laravel is the best, so why? first, laravel moves very fast.. almost every week minor releases means they are not outdated and very modern and updated about current trends, many innovations appear.. sometimes I even think, the framework is faster than the development of the language itself.. unique it's true but that's how it is

    • @Xerox482
      @Xerox482 2 роки тому +3

      @@valeriehyun2512 laravel have backwards compatibility issues. cakephp

    • @sylvereleipertz955
      @sylvereleipertz955 2 роки тому +3

      @@ishananaguru no language on earth beats everything you should know that

  • @daleryanaldover6545
    @daleryanaldover6545 2 роки тому +11

    First started with CSS 2 and HTML 3, fell in love with Ruby on Rails 4 but found work with Laravel 5. My journey to fullstack never ceases to amaze me.

  • @pabblo1
    @pabblo1 2 роки тому

    PHP will always have a special place in my heart. I built a crappy website on PHP back in 2012. All vanilla PHP, no frameworks at all. Unfortunately, it became lost when my old computer stopped working in 2017. Good memories.

  • @Shipx7
    @Shipx7 Рік тому +3

    THANK YOU! My professor has us learning PHP in an open source class but just threw php at us without any context. Its an online course and hes notorious for just throwing you a link to documentation rather than ACTUALLY explaining anything at all.
    This video gave me actual context on what I am doing with what and for what purpose, something that I usually dont get until way later.

  • @Francesco-gi8kg
    @Francesco-gi8kg 2 роки тому +1

    Why did i discover this channel only now? It's awesome.
    As Laravel developer i really appreciate this video.

  • @michalfrantisek
    @michalfrantisek 2 роки тому +5

    PHP with Laravel gives me super power. I say this as a developer working for a global technology corporation.

  • @mina_en_suiza
    @mina_en_suiza Рік тому +1

    There's one thing, I really love about PHP: The developer community is probably the friendliest of all.
    They will never treat you like an idiot because you don't know something.

  • @zaidshaikh2536
    @zaidshaikh2536 2 роки тому +4

    The legend that deserves its 100 seconds

    • @Wizatek
      @Wizatek 2 роки тому

      Yet it feels like the maker of the video is not up to date with php's development

  • @ojsojs6004
    @ojsojs6004 2 роки тому +3

    I love PHP and like using Laravel and Symfony.

  • @manuxyz595
    @manuxyz595 2 роки тому +3

    Your content creation within the boundaries of 100 seconds always amazes, just WOW !!

  • @ibrahimbastug2896
    @ibrahimbastug2896 2 роки тому +5

    No way php is dead. I still use it with jquery. And it is still very powerful and usefull after all this years.

  • @gonzo191
    @gonzo191 2 роки тому +4

    PHP: Tales of my demise have been great exaggerated

  • @DevangShrivastavaBCS
    @DevangShrivastavaBCS Місяць тому

    i read your article after passing of your mom... now seeing hi mom hits different... take care brother!

  • @mihaelkYeah
    @mihaelkYeah Рік тому +4

    Even though variables are dynamic in type, from PHP 7.4 you can declare typed class properties :)

  • @mexicanmax227
    @mexicanmax227 2 роки тому

    I was waiting until you made this video fireship. VERY surprised you made it this late. Perfect content my friend.

  • @Rehaaabek
    @Rehaaabek 2 роки тому +27

    This literally made my day so much better. 😁
    I 💖 PHP so much no matter how much hate it gets... 💪

    • @yungifez
      @yungifez 2 роки тому +1

      Yess me too
      I dont know why but I kinda hate javascript
      Still have to work with it though

  • @Sam-qn4ly
    @Sam-qn4ly 2 роки тому +1

    "You could not live with your own failure. Where did that bring you? Back to me." - php

    • @ishananaguru
      @ishananaguru 2 роки тому

      no one's coming back to php... unless they have to in work... lol

  • @theisoj
    @theisoj 2 роки тому +9

    I've done PHP lately, for creating dashboards for my own use. It's cool and it doesn't die 👨‍💻👍

  • @khemchay
    @khemchay 2 роки тому

    As a full-stack, I've worked with PHP, Python, Java, C#, JavaScript, and various associated frameworks. I realize that PHP offers a simpler way to handle form submissions and is efficient for quickly developing an MVP just one index.php and add your html and css and js to it.

  • @KeganVanSickle
    @KeganVanSickle 2 роки тому +5

    I love PHP. It continues to evolve and stay extremely competitive and relevant. If you like TS, you'll love modern PHP.

  • @shofiqul0023
    @shofiqul0023 2 роки тому +1

    Php was my first back end language. Love your 100 seconds videos. Waiting for more

  • @WaylonWalker
    @WaylonWalker 2 роки тому +4

    Fantastic work as always Jeff!

  • @FriederJKahl
    @FriederJKahl 2 роки тому +1

    PHP can be typed. PHP has lambdas and everything. It is a beauty 😍

    • @aerahtv0000
      @aerahtv0000 2 роки тому +1

      and it can be strict if needed.

  • @ryanevertz8455
    @ryanevertz8455 2 роки тому +5

    I love coding in php, The fact that its old makes it really good because there is alot of documentation for php. For me personally it is amazing because everything is straight to the point, Its incredibly simplistic.

  • @yungifez
    @yungifez 2 роки тому +2

    Once you start using laravel, it'll become your first love

  • @MrA6060
    @MrA6060 2 роки тому +15

    I actually like php. I see it as an easy language, learned it at school and you can do tons with it

  • @arshamskrenes
    @arshamskrenes 2 роки тому +2

    Whoa, this feels like such a throwback. I'm shocked so many still use PHP! In my mind, it's the same people still rocking Notepad2 / Notepad++ instead of VS Code. Still, it has a special place in my heart.

  • @Jono997
    @Jono997 2 роки тому +13

    Me before: "PHP? Really? I guess interesting topics are starting to thin out."
    Me after: "Huh. PHP's a lot more fully featured than I thought."