PHPackages                             keithsk/skeleton - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. keithsk/skeleton

ActiveProject

keithsk/skeleton
================

The PHP Framework - Skeleton

11PHP

Since Feb 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/keithsk/keithsk-skeleton)[ Packagist](https://packagist.org/packages/keithsk/skeleton)[ RSS](/packages/keithsk-skeleton/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

Keithsk PHP Framework for API

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites
-------------

[](#prerequisites)

Server requirement: PHP &gt;= 7.2.5

Installing
----------

[](#installing)

- Run **composer create-project keithsk/skeleton:dev-master myapp**
- Create a new database with collation "utf8mb4\_unicode\_ci" in mysql (Optional)
- Edit config database (Optional)
- Edit config app (Optional)
- Run **php -S localhost:8000**
- Browse

Naming Convention
-----------------

[](#naming-convention)

### Case

[](#case)

- **Database tables &amp; columns** are snake\_case but property names are **camelCase**.
- **Class names** must be declared in **PascalCase**.
- **Class constants** must be declared in all **upper case with underscore separators**.
- **Method names** must be declared in **camelCase**
- **Property names and function arguments** have generally not a specific rule, but must be written according to the package. The only rule is: always use the same. I would suggest **camelCase**.
- **Function names** are **camelCase**. (however the Official PHP coding standards advices snake\_case).
- **Variables names** I would suggest **camelCase**

### Plural / Singular

[](#plural--singular)

- **Plural** to be declare in database tables, views directory, routes name
- **Singular** to be declare in model &amp; controller class name

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b20f3e726e93bbb0383499aaf3e187f101c63e90568f025a8ad8f637a9074269?d=identicon)[keithsk](/maintainers/keithsk)

---

Top Contributors

[![wm-kc](https://avatars.githubusercontent.com/u/223596862?v=4)](https://github.com/wm-kc "wm-kc (12 commits)")

---

Tags

php

### Embed Badge

![Health badge](/badges/keithsk-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/keithsk-skeleton/health.svg)](https://phpackages.com/packages/keithsk-skeleton)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
