This is a simple example of a project using the Hyperf framework.
- Docker 25+
- Docker Compose 2.23+
- Git 2.39+
- GNU Make 3+
Clone the repository
git clone git@github.com:PHPcomRapadura/hyperf-com-rapadura.git
Execute the following command to setup the application
make setup
The application will be available at http://localhost:9501
Configure the environment variables in the your system if you want to use the docker compose
or other command.
export COMPOSE_RUNNER="docker compose"
Execute the following command to run the CI/CD pipeline (this is not running SonarQube)
make ci
To run the tests, execute the following command
make test
Or just
make test:unit
Or
make test:integration