PHPackages                             popphp/popphp-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. [Framework](/categories/framework)
4. /
5. popphp/popphp-skeleton

ActiveLibrary[Framework](/categories/framework)

popphp/popphp-skeleton
======================

Skeleton Application for Pop PHP Framework

4.0.4(6mo ago)51111BSD-3-ClauseHTMLPHP &gt;=8.3.0

Since Mar 1Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/popphp/popphp-skeleton)[ Packagist](https://packagist.org/packages/popphp/popphp-skeleton)[ Docs](https://github.com/popphp/popphp-skeleton)[ RSS](/packages/popphp-popphp-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (23)Used By (0)

Pop PHP Skeleton Application
============================

[](#pop-php-skeleton-application)

[![Join the chat at https://discord.gg/TZjgT74U7E](https://camo.githubusercontent.com/acad7b0eeb78b78d08ffd2b85681ab243436388b5f86f8bcb956a69246e53739/68747470733a2f2f6d656469612e706f707068702e6f72672f696d672f646973636f72642e737667)](https://discord.gg/TZjgT74U7E)

- [Overview](#overview)
- [Install](#install)
- [Basic Usage](#basic-usage)
- [Notes](#notes)

Overview
--------

[](#overview)

This is a basic skeleton application for the Pop PHP Framework that provides a simple base application on which you can build your own applications.

[Top](#pop-php-skeleton-application)

Install
-------

[](#install)

Create a new project with it:

```
$ composer create-project popphp/popphp-skeleton project-folder
```

Or clone the repository and install it:

```
$ composer install
```

Once installed, the main web access point is at `public/index.php`.

[Top](#pop-php-skeleton-application)

Basic Usage
-----------

[](#basic-usage)

Start the web server by running:

```
$ ./kettle serve
```

And then you can access the web application at these routes:

```
http://localhost:8000/
http://localhost:8000/hello
http://localhost:8000/hello/name

```

You should see the main home page and "hello" page, respectively. You can swap out "name" for your name to see the result on the page.

[Top](#pop-php-skeleton-application)

Notes
-----

[](#notes)

- The skeleton application uses the `pop-view` component to create and render the views.
- The web application is utilizing the `pop-http` component to leverage the HTTP request and response objects within the controller object.

[Top](#pop-php-skeleton-application)

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance68

Regular maintenance activity

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 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.

###  Release Activity

Cadence

Every ~208 days

Recently: every ~181 days

Total

18

Last Release

187d ago

Major Versions

1.1 → 2.0.02016-07-01

2.0.0 → 3.0.02017-02-27

v2.x-dev → 3.0.22018-01-29

3.2.2 → 4.0.02023-11-09

PHP version history (8 changes)1.0PHP &gt;=5.4.0

3.0.0PHP &gt;=5.6.0

3.1.1PHP &gt;=7.1.0

3.2.1PHP &gt;=7.3.0

3.2.2PHP &gt;=7.4.0

4.0.0PHP &gt;=8.1.0

4.0.2PHP &gt;=8.2.0

4.0.4PHP &gt;=8.3.0

### Community

Maintainers

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

---

Top Contributors

[![nicksagona](https://avatars.githubusercontent.com/u/898670?v=4)](https://github.com/nicksagona "nicksagona (32 commits)")

---

Tags

frameworkapplicationSkeletonphp frameworkpoppop php

### Embed Badge

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

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

###  Alternatives

[popphp/popphp-framework

The Pop PHP Framework - Full Installation

686.5k1](/packages/popphp-popphp-framework)[popphp/popphp

Pop PHP Framework, a lightweight, robust PHP framework

5713.5k9](/packages/popphp-popphp)

PHPackages © 2026

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