isaac / gaze-hub
This package is abandoned and no longer maintained.
No replacement package was suggested.
Gazehub
v1.0.0
2021-06-22 07:35 UTC
Requires
- php: ~7.3.0 || ~7.4.0 || ~8.0.0
README
GazeHub is part of Gaze. GazeHub is the main server that is responsible for sending data from the backend to the frontend.
Documentation
Click here to go to the documentation.
Run as standalone project
./gazehub
Run as composer dependency
./vendor/bin/gazehub
Build new release
./release.sh
This script will do the following steps:
- Clone GazeHub-src into
gazehub-src. - Run
composer install. - Create a new
gazehub.pharand move it to the right place. - Remove the cloned
gazehub-srcfolder. - Stage newly created phar file.
Source code
The main code for this repository can be found at GazeHub-src