chubbyphp/chubbyphp-framework-skeleton

A minimal skeleton for chubbyphp-framework

Maintainers

Package info

github.com/chubbyphp/chubbyphp-framework-skeleton

pkg:composer/chubbyphp/chubbyphp-framework-skeleton

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2026-05-14 19:50 UTC

This package is auto-updated.

Last update: 2026-05-14 19:50:58 UTC


README

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)

Mount points

bash

touch ~/.bash_docker
touch ~/.bash_history

zsh

touch ~/.zsh_docker
touch ~/.zsh_history

git

touch ~/.gitconfig
touch ~/.gitignore

npm

touch ~/.npmrc

opencode - coding agent

mkdir -p ~/.config/opencode
[ ! -f ~/.local/share/opencode/auth.json ] && echo '{}' > ~/.config/opencode/tui.json
mkdir -p ~/.local/share/opencode
[ ! -f ~/.local/share/opencode/auth.json ] && echo '{}' > ~/.local/share/opencode/auth.json

pi - coding agent

mkdir -p ~/.pi/agent
[ ! -f ~/.pi/agent/auth.json ] && echo '{}' > ~/.pi/agent/auth.json

Docker

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

Setup

composer install

Urls

Copyright

2026 Dominik Zogg