composer

  • Run PHP & Composer Without Installing Them (Using Docker)

    Run PHP & Composer Without Installing Them (Using Docker)

    Want to run php and composer on any machine—without installing PHP or Composer locally? You can, by launching a disposable container that has everything preinstalled and points at your project folder. Here’s the command: This drops you into a bash shell inside the official composer image (which already includes PHP and Composer). From there you…