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 [email protected]:PHPcomRapadura/hyperf-com-rapadura.gitExecute the following command to setup the application
make setupThe 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 ciTo run the tests, execute the following command
make testOr just
make test:unitOr
make test:integration