• (des)mosthenes
    link
    fedilink
    5
    edit-2
    1 year ago

    I still use PHP in like 1/8 client projects - it’s fast as shit now ^^ lolol

    • @blackn1ght@feddit.uk
      link
      fedilink
      11 year ago

      Serious question: what’s the use case for using PHP in greenfield projects? Is the client dictating the use of PHP or your own choice?

      • @tsonfeir@lemm.ee
        link
        fedilink
        21 year ago

        I use PHP as a back end language for an API. The front end is Vue. It’s fast as fuck, runs anywhere, doesn’t need tons of dependencies, and just does what I want it to.

        The environment is all on-premise, so that does limit our options… but I’d still pick PHP.