isaac/gaze-hub

Gazehub

v1.0.0 2021-06-22 07:35 UTC

This package is auto-updated.

Last update: 2024-03-22 13:50:32 UTC


README

GazeHub logo

CI PHP version

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:

  1. Clone GazeHub-src into gazehub-src.
  2. Run composer install.
  3. Create a new gazehub.phar and move it to the right place.
  4. Remove the cloned gazehub-src folder.
  5. Stage newly created phar file.

Source code

The main code for this repository can be found at GazeHub-src