PHPackages                             wimby/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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. wimby/skeleton

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

wimby/skeleton
==============

Composer package skeleton for Github implementing php-pds/skeleton standard

025PHP

Since Jan 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wimby/skeleton)[ Packagist](https://packagist.org/packages/wimby/skeleton)[ RSS](/packages/wimby-skeleton/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Skeleton for Github PHP packages
================================

[](#skeleton-for-github-php-packages)

Command-line tool for `generating` Composer package skeleton (file structure, basic coding standard checkers and code analysing tools, pre-commit hooks...) suitable for Github.

Features
--------

[](#features)

1. File structure according to [PDS/Skeleton](https://github.com/php-pds/skeleton)
2. Code style checker compliant with [PSR-2](http://http://www.php-fig.org/psr/psr-2/)
3. Pre-commit hook for PHP lint and code style check
4. Suggests other useful libraries

Why?
----

[](#why)

Mainly because of my laziness. It helps me create package with all the juicy files like `.editorconfig`, `.gitattributes` and helps me jump strait to a new project. Second reason is that if I change some basic code style checking tool, I would like to have an easy way to upgrade this tool in all my projects.

Installation
------------

[](#installation)

### Step 1: Composer

[](#step-1-composer)

Run following command for adding wimby/skeleton as your development dependency:

```
composer require-dev wimby/skeleton
```

### Step 2: Configuration

[](#step-2-configuration)

You need to add the following lines to your `composer.json` file:

```
"scripts": {
    "post-create-project-cmd": "Wimby\\Skeleton::postCreateProject"
}
```

### Step 3: Invoking

[](#step-3-invoking)

```
composer create-project
```

or

```
composer run-script post-create-project-cmd
```

License
-------

[](#license)

[WTFPL](http://www.wtfpl.net/) - Do What the Fuck You Want to Public License

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/05bedc9a8364824358672b5a83ea354292dcffe244ff860160b54790091e5ebd?d=identicon)[wimby](/maintainers/wimby)

---

Top Contributors

[![wimby](https://avatars.githubusercontent.com/u/11348034?v=4)](https://github.com/wimby "wimby (2 commits)")

### Embed Badge

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

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

###  Alternatives

[aura/di

A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.

352982.2k60](/packages/aura-di)[maclof/kubernetes-client

A simple yet elegant client for accessing and controlling a Kubernetes cluster.

234907.8k4](/packages/maclof-kubernetes-client)[icamys/php-sitemap-generator

Simple PHP sitemap generator.

175356.9k7](/packages/icamys-php-sitemap-generator)

PHPackages © 2026

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