A minimal skeleton to start with a minimal php project.
- php: ^8.3
- chubbyphp/chubbyphp-clean-directories: ^1.5
- chubbyphp/chubbyphp-framework: ^5.3
- chubbyphp/chubbyphp-framework-router-fastroute: ^2.3
- chubbyphp/chubbyphp-laminas-config: ^1.5
- monolog/monolog: ^3.9
- slim/psr7: ^1.8
- symfony/console: ^7.4
Add the following environment variable to your system, for example within ~/.bash_aliases:
export USER_ID=$(id -u)
export GROUP_ID=$(id -g)docker-compose up -d
docker-compose exec php bashcomposer install2025 Dominik Zogg