chubbyphp / chubbyphp-framework-skeleton

A minimal skeleton to start with a minimal php project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chubbyphp-framework-skeleton

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

About

A minimal skeleton to start with a minimal php project.

License:MIT License


Languages

Language:PHP 100.0%