GitHunt
CH

chubbyphp/chubbyphp-framework-skeleton

A minimal skeleton to start with a minimal php project.

chubbyphp-framework-skeleton

CI
Coverage Status
Mutation testing badge

bugs
code_smells
coverage
duplicated_lines_density
ncloc
sqale_rating
alert_status
reliability_rating
security_rating
sqale_index
vulnerabilities

Description

A minimal skeleton to start with a minimal php project.

Requirements

Environment

Add the following environment variable to your system, for example within ~/.bashrc or ~/.zshrc:

export USER_ID=$(id -u)
export GROUP_ID=$(id -g)

Make sure all the mount points are given

touch ~/.bash_docker
touch ~/.bash_history
touch ~/.gitconfig
touch ~/.gitignore
mkdir -p ~/.local/share/opencode
[ ! -f ~/.local/share/opencode/auth.json ] && echo '{}' > ~/.local/share/opencode/auth.json
touch ~/.zsh_docker
touch ~/.zsh_history

Docker

docker-compose up -d
docker-compose exec php bash

Setup

composer install

Urls

2026 Dominik Zogg

Languages

PHP90.0%Dockerfile7.8%Shell2.3%

Contributors

MIT License
Created June 2, 2019
Updated February 11, 2026
chubbyphp/chubbyphp-framework-skeleton | GitHunt