PHPackages                             shudd3r/skeleton-example - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. shudd3r/skeleton-example

ActiveDev-tool[Utility &amp; Helpers](/categories/utility)

shudd3r/skeleton-example
========================

Package skeleton demo using Shudd3r/Skeletons

1.0.0(1y ago)03MITPHPPHP ^7.4 || ^8.0

Since Feb 6Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Shudd3r/Skeleton-Example
========================

[](#shudd3rskeleton-example)

[![Latest Stable Version](https://camo.githubusercontent.com/f0f0e288b0509a9927a18fc3c0da1f64180326cae35e7d6cf755200d78555219/68747470733a2f2f706f7365722e707567782e6f72672f736875646433722f736b656c65746f6e2d6578616d706c652f76657273696f6e)](https://packagist.org/packages/shudd3r/skeleton-example)[![PHP version](https://camo.githubusercontent.com/d64b91d19740b90d6f439d99538ac6baf868b1eb5ccf170ff76603ebb0fa3422/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f736875646433722f736b656c65746f6e2d6578616d706c652e737667)](https://packagist.org/packages/shudd3r/skeleton-example)[![LICENSE](https://camo.githubusercontent.com/32f72f2cd7105791ded4555a12d65d250847e7ee66187e1c6a4183bf8bf6e591/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736875646433722f736b656c65746f6e2d6578616d706c652e7376673f636f6c6f723d626c7565)](LICENSE)

### Package skeleton demo using [*Shudd3r/Skeletons*](https://github.com/shudd3r/skeletons)

[](#package-skeleton-demo-using-shudd3rskeletons)

Skeleton package built to illustrate how it can be managed by script that uses **shudd3r/skeletons** library.

### Installation

[](#installation)

It is recommended to use it globally as an exacutable application - downloaded `example-skeleton.phar`archive from the [latest release](https://github.com/shudd3r/skeleton-example/releases/latest)asset files and placed it in one of the operating system's `PATH` directories. More on *Windows* executable `.phar` files [here](#windows-executable).

[![Download file](https://camo.githubusercontent.com/98f3940588a35a3f09c0a27b351f8246afc25500c1528afeb82a9885f5de53e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f776e6c6f61642d6578616d706c652d2d736b656c65746f6e2e706861722d677265656e)](https://github.com/shudd3r/skeleton-example/releases/latest/download/example-skeleton.phar)

During deployment process or for a small number of projects you can install this package with [*Composer*](https://getcomposer.org/) as one of package's dev dependencies:

```
composer require --dev shudd3r/skeleton-example
```

Note that using this method will require you to download this package for each project using the skeleton.

### Basic Usage

[](#basic-usage)

To use skeleton application, **run the script from the root directory of your project**. If you installed it globally as `example-skeleton.phar` and made it executable by your operating system, you can simply run `example-skeleton` instead of `vendor/bin/example-skeleton` in the examples below.

- Display help message with usage details (`help` command is optional): ```
    vendor/bin/example-skeleton help
    ```
- Initialize package with skeleton files providing template replacement values through interactive shell: ```
    vendor/bin/example-skeleton init
    ```
- Validate project's consistency with skeleton (can be added to CI workflow): ```
    vendor/bin/example-skeleton check
    ```
- Update placeholders through interactive shell or using provided argument: ```
    vendor/bin/example-skeleton update
    vendor/bin/example-skeleton update ns=UpdatedNamespace\Package
    ```
- Synchronize files with template: ```
    vendor/bin/example-skeleton sync
    ```

### Windows executable

[](#windows-executable)

To run the script globally from console with simple `example-skeleton` command:

1. You need to place downloaded `.phar` file in one of (executable) PATH directories or add new one to directory list in %PATH% environment variable. You can change environment variables by running: ```
    SystemPropertiesAdvanced.exe
    ```
2. Windows doesn't support shebang parsing, so files that can't be executed directly need to be assigned to their interpreter manually. The easiest way to make concrete `.phar` file executable is to create `.bat` runner file with the following command: ```
    echo '@php "%~dp0example-skeleton.phar" %*' > example-skeleton.bat
    ```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance40

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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.

###  Release Activity

Cadence

Every ~3 days

Total

2

Last Release

509d ago

Major Versions

0.1.0 → 1.0.02025-02-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9908030?v=4)[shudd3r](/maintainers/shudd3r)[@shudd3r](https://github.com/shudd3r)

---

Top Contributors

[![shudd3r](https://avatars.githubusercontent.com/u/9908030?v=4)](https://github.com/shudd3r "shudd3r (9 commits)")

---

Tags

cli-tooldemo-appdevelopment-environmentpackage-skeletonphp

### Embed Badge

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

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

PHPackages © 2026

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