• blackn1ght@feddit.uk
      link
      fedilink
      arrow-up
      1
      ·
      9 months 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
        arrow-up
        2
        ·
        9 months 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.