Skip to content

Some code examples about how to use hyperf in a cool project

License

Notifications You must be signed in to change notification settings

PHPcomRapadura/hyperf-com-rapadura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonarQube Cloud

Quality Gate Status Reliability Rating Security Rating Maintainability Rating

Vulnerabilities Bugs Technical Debt Code Smells

Coverage Duplicated Lines (%) Lines of Code


Hyperf com Rapadura

🍿 Overview

This is a simple example of a project using the Hyperf framework.

πŸš€ Getting Started

Prerequisites

  • Docker 25+
  • Docker Compose 2.23+
  • Git 2.39+
  • GNU Make 3+

Installation

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

About docker-compose / docker compose

Configure the environment variables in the your system if you want to use the docker compose or other command.

export COMPOSE_RUNNER="docker compose"

πŸ› οΈ Running the CI/CD pipeline

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

✨ References

πŸ‘‹ Related projects


Quality gate

About

Some code examples about how to use hyperf in a cool project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published