chubbyphp / chubbyphp-framework-skeleton
A minimal skeleton for chubbyphp-framework
dev-master
2024-08-10 19:52 UTC
Requires
- php: ^8.1
- ext-json: *
- chubbyphp/chubbyphp-clean-directories: ^1.3.1
- chubbyphp/chubbyphp-framework: ^5.1.1
- chubbyphp/chubbyphp-framework-router-fastroute: ^2.1
- chubbyphp/chubbyphp-laminas-config: ^1.4
- monolog/monolog: ^3.5
- slim/psr7: ^1.6.1
- symfony/console: ^6.4.2
Requires (Dev)
- chubbyphp/chubbyphp-dev-helper: dev-master
- chubbyphp/chubbyphp-mock: ^1.7
- infection/infection: ^0.27.9
- php-coveralls/php-coveralls: ^2.7
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan: ^1.10.50
- phpunit/phpunit: ^10.5.5
This package is auto-updated.
Last update: 2024-10-10 20:14:03 UTC
README
Description
A minimal skeleton to start with a minimal php project.
Requirements
- php: ^8.1
- chubbyphp/chubbyphp-clean-directories: ^1.3.1
- chubbyphp/chubbyphp-framework: ^5.1.1
- chubbyphp/chubbyphp-framework-router-fastroute: ^2.1
- chubbyphp/chubbyphp-laminas-config: ^1.4
- monolog/monolog: ^3.5
- slim/psr7: ^1.6.1
- symfony/console: ^6.4.2
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