chubbyphp / chubbyphp-framework-skeleton
A minimal skeleton for chubbyphp-framework
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/chubbyphp/chubbyphp-framework-skeleton
Requires
- php: ^8.3
- ext-json: *
- 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
Requires (Dev)
- chubbyphp/chubbyphp-dev-helper: dev-master
- chubbyphp/chubbyphp-mock: ^2.1
- infection/infection: ^0.31.9
- php-coveralls/php-coveralls: ^2.9
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan: ^2.1.33
- phpunit/phpunit: ^12.5
This package is auto-updated.
Last update: 2025-12-06 14:46:31 UTC
README
Description
A minimal skeleton to start with a minimal php project.
Requirements
- 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
Environment
Add the following environment variable to your system, for example within ~/.bash_aliases:
export USER_ID=$(id -u) export GROUP_ID=$(id -g)
Docker
docker-compose up -d
docker-compose exec php bash
Setup
composer install
Urls
Copyright
2025 Dominik Zogg