chubbyphp / chubbyphp-framework-skeleton
A minimal skeleton for chubbyphp-framework
dev-master
2024-12-16 17:55 UTC
Requires
- php: ^8.2
- ext-json: *
- chubbyphp/chubbyphp-clean-directories: ^1.4
- chubbyphp/chubbyphp-framework: ^5.2
- chubbyphp/chubbyphp-framework-router-fastroute: ^2.2
- chubbyphp/chubbyphp-laminas-config: ^1.4
- monolog/monolog: ^3.8.1
- slim/psr7: ^1.7
- symfony/console: ^7.2.1
Requires (Dev)
- chubbyphp/chubbyphp-dev-helper: dev-master
- chubbyphp/chubbyphp-mock: ^1.8
- infection/infection: ^0.29.8
- php-coveralls/php-coveralls: ^2.7
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan: ^2.0.3
- phpunit/phpunit: ^11.5.0
This package is auto-updated.
Last update: 2024-12-16 17:55:20 UTC
README
Description
A minimal skeleton to start with a minimal php project.
Requirements
- php: ^8.2
- chubbyphp/chubbyphp-clean-directories: ^1.4
- chubbyphp/chubbyphp-framework: ^5.2
- chubbyphp/chubbyphp-framework-router-fastroute: ^2.2
- chubbyphp/chubbyphp-laminas-config: ^1.4
- monolog/monolog: ^3.8.1
- slim/psr7: ^1.7
- symfony/console: ^7.2.1
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
2024 Dominik Zogg