chubbyphp/chubbyphp-framework-skeleton

A minimal skeleton for chubbyphp-framework

dev-master 2024-08-10 19:52 UTC

This package is auto-updated.

Last update: 2024-09-10 20:04:46 UTC


README

CI Coverage Status Mutation testing badge

bugs code_smells coverage duplicated_lines_density ncloc sqale_rating alert_status reliability_rating security_rating sqale_index vulnerabilities

Description

A minimal skeleton to start with a minimal php project.

Requirements

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