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

ActiveLibrary

neophp/skeleton-package
=======================

One-line description of what this package does

v0.1.0(yesterday)00MITPHPPHP &gt;=8.5CI passing

Since Aug 8Pushed yesterdayCompare

[ Source](https://github.com/NeoPHP-Dev/neo-skeleton-package)[ Packagist](https://packagist.org/packages/neophp/skeleton-package)[ RSS](/packages/neophp-skeleton-package/feed)WikiDiscussions main Synced today

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

Skeleton Package
================

[](#skeleton-package)

One-line description of what this package does.

---

Structure
---------

[](#structure)

```
skeleton-package/
├── composer.json
├── README.md
└── src/
    └── NeoSkeletonPackage.php

```

---

How it works
------------

[](#how-it-works)

Explain what the package does and how, in a few sentences.

---

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

[](#installation)

### Published (Packagist)

[](#published-packagist)

```
composer require neophp/skeleton-package
```

### Via `package:require`

[](#via-packagerequire)

```
php bin/neo package:require neophp/skeleton-package --project=MyProject
```

### Local development (path repository)

[](#local-development-path-repository)

Root `composer.json` of the NeoPHP framework:

```
{
    "repositories": [
        { "type": "path", "url": "packages/skeleton-package" }
    ]
}
```

Target project's `composer.json`:

```
{
    "require": {
        "neophp/skeleton-package": "@dev"
    }
}
```

```
composer update
```

---

Enabling the package
--------------------

[](#enabling-the-package)

```
// src/MyProject/Config/app.config.php
return [
    // ...
    'packages' => [
        \Vendor\NeoPHP\SkeletonPackage\NeoSkeletonPackage::class,
    ],
];
```

---

Usage
-----

[](#usage)

Explain how to use the package here.

---

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

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

---

Top Contributors

[![BenjiLeLoustik](https://avatars.githubusercontent.com/u/212323688?v=4)](https://github.com/BenjiLeLoustik "BenjiLeLoustik (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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