chubbyphp / chubbyphp-framework-skeleton
A minimal skeleton for chubbyphp-framework
Package info
github.com/chubbyphp/chubbyphp-framework-skeleton
pkg:composer/chubbyphp/chubbyphp-framework-skeleton
dev-master
2026-07-05 19:53 UTC
Requires
- php: ^8.3
- ext-json: *
- chubbyphp/chubbyphp-clean-directories: ^1.5.2
- chubbyphp/chubbyphp-framework: ^6.0.3
- chubbyphp/chubbyphp-framework-router-fastroute: ^2.3.4
- chubbyphp/chubbyphp-laminas-config: ^1.5.2
- monolog/monolog: ^3.10
- slim/psr7: ^1.8
- symfony/console: ^7.4.14|^8.1.1
Requires (Dev)
- chubbyphp/chubbyphp-dev-helper: dev-master
- chubbyphp/chubbyphp-mock: ^2.2.1
- infection/infection: ^0.34.0
- php-coveralls/php-coveralls: ^2.9.1
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan: ^2.2.5
- phpunit/phpunit: ^12.5.30
This package is auto-updated.
Last update: 2026-07-05 19:53:10 UTC
README
Description
A minimal skeleton to start with a minimal php project.
Requirements
- php: ^8.3
- chubbyphp/chubbyphp-clean-directories: ^1.5.2
- chubbyphp/chubbyphp-framework: ^6.0.3
- chubbyphp/chubbyphp-framework-router-fastroute: ^2.3.4
- chubbyphp/chubbyphp-laminas-config: ^1.5.2
- monolog/monolog: ^3.10
- slim/psr7: ^1.8
- symfony/console: ^7.4.14|^8.1.1
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
claude - coding agent
[ ! -f ~/.claude.json ] && echo '{}' > ~/.claude.json mkdir -p ~/.claude [ ! -f ~/.claude/.credentials.json ] && echo '{}' > ~/.claude/.credentials.json [ ! -f ~/.claude/settings.json ] && echo '{}' > ~/.claude/settings.json
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