Old coder looking to get back into it. At least as a hobby… have not worked with php since 2000ish. Any suggestions where to start?

  • parpol@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    1 year ago

    Pure php is rarely used anymore. If you’re building a site with php, I would use PHP Laravel.

    Also, php is gradually becoming statically typed, so make sure to follow the PSR-12 coding standard.