chubbyphp/chubbyphp-framework-skeleton

A minimal skeleton for chubbyphp-framework

dev-master 2024-03-13 20:09 UTC

This package is auto-updated.

Last update: 2024-04-13 20:24:02 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

Installation

Through Composer as chubbyphp/chubbyphp-framework-skeleton.

composer create-project chubbyphp/chubbyphp-framework-skeleton myproject "dev-master"

Server

Builtin

APP_ENV=dev php -S localhost:10080 -t public public/index.php

Copyright

2024 Dominik Zogg