PHPackages                             skeleton-php/skeletonphp - 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. skeleton-php/skeletonphp

ActiveProject[Framework](/categories/framework)

skeleton-php/skeletonphp
========================

Small php based framework

10[1 issues](https://github.com/Skeleton-PHP/SkeletonPHP/issues)PHPCI passing

Since Jan 13Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Skeleton-PHP/SkeletonPHP)[ Packagist](https://packagist.org/packages/skeleton-php/skeletonphp)[ RSS](/packages/skeleton-php-skeletonphp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (2)Used By (0)

THIS PROJECT IS STILL IN DEVELOPMENT
====================================

[](#this-project-is-still-in-development)

Skeleton-PHP
============

[](#skeleton-php)

[![Current Version](https://camo.githubusercontent.com/6945d461591fb7230fedea461155570f89cf30388ac090a1f177b459a88b2475/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d76302e312d626c7565)](https://camo.githubusercontent.com/6945d461591fb7230fedea461155570f89cf30388ac090a1f177b459a88b2475/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d76302e312d626c7565)[![GitHub contributors](https://camo.githubusercontent.com/4986bc5944063e4719a641ce2cf67abe6865124051ecb36cd3eb5dff230b0f6e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f536b656c65746f6e2d5048502f536b656c65746f6e504850)](https://camo.githubusercontent.com/4986bc5944063e4719a641ce2cf67abe6865124051ecb36cd3eb5dff230b0f6e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f536b656c65746f6e2d5048502f536b656c65746f6e504850)[![GitHub stars](https://camo.githubusercontent.com/33ec1cae17f3cb28222ab097910c238649ada8f98708868f3b9bc010fa620539/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f536b656c65746f6e2d5048502f536b656c65746f6e5048503f7374796c653d736f6369616c)](https://camo.githubusercontent.com/33ec1cae17f3cb28222ab097910c238649ada8f98708868f3b9bc010fa620539/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f536b656c65746f6e2d5048502f536b656c65746f6e5048503f7374796c653d736f6369616c)[![GitHub forks](https://camo.githubusercontent.com/6813e7f9f59de5412ee40b7fdf4c4b0f7d4d116607999aba5607f2edf9f67d52/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f536b656c65746f6e2d5048502f536b656c65746f6e5048503f7374796c653d736f6369616c)](https://camo.githubusercontent.com/6813e7f9f59de5412ee40b7fdf4c4b0f7d4d116607999aba5607f2edf9f67d52/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f536b656c65746f6e2d5048502f536b656c65746f6e5048503f7374796c653d736f6369616c)[![Twitter Follow](https://camo.githubusercontent.com/61049497b57a683915890a21558b4ca036ae0a0fd18ba8c01f812f72a87e24fe/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f76657274616e7a696c3f7374796c653d736f6369616c)](https://camo.githubusercontent.com/61049497b57a683915890a21558b4ca036ae0a0fd18ba8c01f812f72a87e24fe/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f76657274616e7a696c3f7374796c653d736f6369616c)

A PHP based framework for building PHP websites.

To download the latest release please use the Github [Releases](https://github.com/Skeleton-PHP/SkeletonPHP/releases)

Table of Contents
-----------------

[](#table-of-contents)

- [Getting Started](#getting-started)
    - [Tools Required](#tools-required)
    - [Installation](#installation)
- [Development](#development)
- [Deployment](#deployment)
- [Contributing](#contributing)
- [Versioning](#versioning)
- [Authors](#authors)
- [License](#license)

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

[](#getting-started)

The project might have multiple branches: `master`, `development`, etc. which can be explained here

- `master` contains aggregate code of all branches
- `development` contains code under development

Other details that need to be given while starting out with the project can be provided in this section. A project structure like below can also be included for the big projects:

```
SkeletonPHP
	├──
	├── .gitignore
	├── .htaccess
	├── composer.json
	├── composer.lock
	├── controller.php
	├── example.config.json (Will need to be renamed to config.json)
    ├── index.php
	├── LICENSE.md
	├── Logo.png
	├── package-lock.json
	├── composer.php
	├── README.md
	├── views
	│   ├── Homeview.php
	├── vendor
	│   ├── bramus
	│   ├── composter
	│   ├── skeleton-php
	│   ├── autoload.php
    │   ├── autoload_classmap.php
    │   ├── autoload_namespaces.php
    │   ├── autoload_psr4.php
    │   ├── autoload_real.php
    │   ├── autoload_static.php
    │   ├── ClassLoader.php
    │   ├── installed.json
    │   ├── installed.php
    │   ├── InstalledVersions.php
    │   ├── LICENSE
    │   ├── vertanzil
    │     ├── sql-builder
    │     ├── autoloader.php
	├── models
	│   ├── SampleModel.php
	├── database
	│   ├── db.php
	├── controller
	│   ├── SampleController.php
	├── config
	│   ├── config.php
	├── authentication
	│   ├── auth.php
    └──

```

### Tools Required

[](#tools-required)

All tools required go here. You would require the following tools to develop and run the project:

- Archive program (7ZIp, Winzip or Winrar)
- A text editor (Notepad or notepad++ or similar edtior like vim for linux)

### Installation

[](#installation)

Please use the steps below to get started.

- Installing a particular tool
    - Head to [Releases](https://github.com/Skeleton-PHP/SkeletonPHP/releases) &amp; download the latest version
    - Use an archive program like 7Zip, Winrar or Winzip to unzip the content of the archieve.
    - Copy this to your desired web directory
    - Set up the database
    - Navigate to the desired location in your browser.

Development
-----------

[](#development)

If you would like to contribute to the project, please see below regarding some general guidelines for contributing, this is also covered in Contribution.md

#### Issues:

[](#issues)

- Please provide as much information as possible
    - Any relevant errors, or error codes
    - Screenshots if possible of the issue as this may help identify the issue

#### Pull requests

[](#pull-requests)

- Please push &amp; base all pull requests to and from the development branch, as everything will need to be tested before it is pushed to the main branch which we will use for production.
- Can I please also ask that any pull requests are fully described and cover the relevant topic, any that do not meet this requirement may be denied.

Deployment
----------

[](#deployment)

If you would like to deploy this to a live web enviroment for testing or production, firstly go to [Releases](https://github.com/Skeleton-PHP/SkeletonPHP/releases) and download the latest version. Unzip the content of the zip folder and then upload this to your desired web directory and set up the database, and naviage to the address of the folder on your webserver.

Contributing
------------

[](#contributing)

Mention what you expect from the people who want to contribute

We'd love to have your helping hand on `SkeletonPHP`! See [CONTRIBUTING.md](https://github.com/Skeleton-PHP/SkeletonPHP/blob/master/CONTRIBUTING.md) for more information on what we're looking for and how to get started.

Versioning
----------

[](#versioning)

For the available versions, see the [tags on this repository](https://github.com/Skeleton-PHP/SkeletonPHP/tags)

Authors
-------

[](#authors)

#### Vertanzil

[](#vertanzil)

- [GitHub](https://github.com/Skeleton-PHP/)

You can also see the complete [list of contributors](https://github.com/Skeleton-PHP/SkeletonPHP/contributors) who participated in this project.

License
-------

[](#license)

`SkletonPHP` is open source software [licensed as MIT](https://github.com/Skeleton-PHP/SkeletonPHP/blob/master/LICENSE.md).

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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://avatars.githubusercontent.com/u/73062855?v=4)[Kyle Smith](/maintainers/vertanzil)[@vertanzil](https://github.com/vertanzil)

---

Top Contributors

[![vertanzil](https://avatars.githubusercontent.com/u/73062855?v=4)](https://github.com/vertanzil "vertanzil (146 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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