phpgt / gtcommand
There is no license information available for the latest version (v1.1.1) of this package.
Provides the `gt` command for automating WebEngine development.
Fund package maintenance!
v1.1.1
2024-12-03 18:08 UTC
Requires
- php: >=8.2
- phpgt/build: ^1.0
- phpgt/cli: ^1.3
- phpgt/cron: ^1.0
- phpgt/database: ^1.6
- phpgt/server: ^1.1
Requires (Dev)
- phpmd/phpmd: ^2.13
- phpstan/phpstan: ^v1.10
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2026-03-10 21:27:53 UTC
README
This repository holds the CLI functionality for PHP.Gt/WebEngine, exposed via the gt command line.
The following commands are exposed:
gt create- create a new WebEngine applicationgt serve- run the inbuilt development servergt build- compile client-side assetsgt cron- invoke scripts or static functions at regular intervalsgt run- run all background scripts at once - a combination ofserve,build --watchandcron --watch --nowgt deploy- instantly deploy your application to the internet