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

ActiveProject[Framework](/categories/framework)

simplydi/skeleton
=================

Simple and Minimal PHP Skeleton for any project (inspired from Mezzio/Zend Expressive)

13PHP

Since Aug 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bharatkumar200/SimplySkeleton)[ Packagist](https://packagist.org/packages/simplydi/skeleton)[ RSS](/packages/simplydi-skeleton/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

SimplyDi Skeleton (Work in Progress)
====================================

[](#simplydi-skeleton-work-in-progress)

**Note**: do not use yet... there may be huge changes as per the necessity

**A Simple and Minimal PHP Skeleton for any Project.**

- use any component you want... for anything
- no lock-ins
- change the project structure if you want
- **do anything... it's just a bare bone that you have to put flesh, skin and clothes on!**

**What you get out of the box**:

- just a project skeleton (readymade project structure)
- a TemplateRenderer interface for rending templates using any engine of your choice (twig or plates or latte or any other -&gt; you decide)
- a simple configurations system that can be accessed with `config('command.name')` anywhere from the app or via `\SimplyDi\Skeleton\Config\Config` class's `getConfig` method.
- Functions.php containing all common functions that you'd like to access including 'env()' for environment vars, `esc()` for escaping vars, `base_url()` etc.
- `tool` file in root that can be used to create controllers at your desired namespace by running `php tool create: controller ControllerName --namespace NameSpaceHere` and a few other commands.

**The project does not even offer a debugger since it leaves all those decisions to you regarding what components you want to use.**

Documentation
-------------

[](#documentation)

### REQUIREMENTS

[](#requirements)

(will be updated soon...)

### QUICKSTART

[](#quickstart)

**Note**: If you want to leave all the component decisions to us and install the best components for http, routing, etc, run the command in root: `php tool skeleton:setup`.

#### Step 1: Install the skeleton

[](#step-1-install-the-skeleton)

`composer create-project simplydi/skeleton`

#### Step 2: Decide if you want to use dependency injection.

[](#step-2-decide-if-you-want-to-use-dependency-injection)

Yes? No? You decide. It's your app.

**If no...** just remove the file that included **Dependencies.php** and move to the next step.

**If yes...**

Install any dependency injection component via composer. Say, `symfony/dependency-injection`.

`composer require symfony/dependency-injection`

Open `Dependencies.php` and edit it to use the dependency container like below. (Note that you can, if you want, put your dependencies in `src/Config/Dependencies.yaml` file that will be accessed via $dependencies variable provided in Dependencies.php).

**WORK IN PROGRESS**

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

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/e62fc23e7e11617b80edb58e4d3df6722b8fd31c36e97cdc70e21a70631d465e?d=identicon)[bharatkumar200](/maintainers/bharatkumar200)

---

Top Contributors

[![namankumar80510](https://avatars.githubusercontent.com/u/72571211?v=4)](https://github.com/namankumar80510 "namankumar80510 (7 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/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)
