Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (36 loc) · 1.53 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.53 KB

Mobile Jazz Badge Harmony PHP | Sample

How to Install

  1. bin/build.sh
  2. bin/start.sh

How to Run

  1. bin/start.sh
  2. Visit localhost in your browser.
  3. Ctrl+C or bin/stop.sh to exit

How to use XDebug

  1. Configure server with localhost name and localhost host.
  2. See /docker/docker-compose.yml to know the volumes for each folder.

Static Analysis

  1. bin/static-analysis.sh

We are using this tools to add Static Analysis and Generics to our PHP code:

Code Style

"lint-staged": {
"**/*.php": "php -l",
"**/*": "prettier --write --ignore-unknown",
"*.{js,css,md}": "prettier --write"
},

Testing

  1. bin/test-unit|test-integration.sh

We are using this tools for Unit Test and Coverage:

Other

Info about Generics Example 1 and Example 2 .