Skip to content
Greg Bowler edited this page May 8, 2026 · 2 revisions

One of the main goals of PHP.GT is to remove barriers that get in the way of quickly building a prototype. This repository supports that goal by providing an installer that sets up a single gt command for working with new and existing WebEngine projects.

This installer is completely optional. You can continue to set up WebEngine projects manually without losing any functionality.

The gt command itself is maintained separately at PHP.GT/GtCommand.


This repository maintains the install.sh script responsible for setting up the gt command on Linux and macOS shells using either native PHP with Composer or Docker. The script is hosted publicly at:

  • https://php.gt/install

Quick install:

  • curl https://php.gt/install | sh

Verbose output:

  • curl https://php.gt/install | sh -s -- --verbose

Force shell profile selection:

  • curl https://php.gt/install | sh -s -- --shell bash

Clone this wiki locally