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

ActiveLibrary

light/skeleton
==============

light's project skeleton

1.0.2(10y ago)018MITPHPPHP &gt;=5.4.0

Since Mar 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/lichunqiang/skeleton)[ Packagist](https://packagist.org/packages/light/skeleton)[ Docs](https://github.com/light/skeleton)[ RSS](/packages/light-skeleton/feed)WikiDiscussions master Synced 1mo ago

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

Skeleton
========

[](#skeleton)

[![Build Status](https://camo.githubusercontent.com/5219c0e6f1c9670dce14c140a797b0798a08da159504d3bcd5891af8d011e10a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c696368756e7169616e672f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](http://travis-ci.org/lichunqiang/skeleton)[![version](https://camo.githubusercontent.com/79c7700bc28f0e6a2563c6e15acdd8ea70f3e878c03ab0b32bca4f7eca5dd375/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c696768742f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/light/skeleton)[![Download](https://camo.githubusercontent.com/9a01d27777632ac3bd00d8caf9fab839093f81f21b757fc9337032d4d4033130/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c696768742f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/light/skeleton)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1c8c9b41845f8ff35dba19b48a82c0d0b3e6e2973b41b54c43bed00e5c809fda/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c696368756e7169616e672f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/lichunqiang/skeleton)[![Code Coverage](https://camo.githubusercontent.com/72054efce640db340611388c6789198fe7d709a75cd637b98cf4ee9c1136e316/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c696368756e7169616e672f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/lichunqiang/skeleton)[![Contact](https://camo.githubusercontent.com/75bf8da95e146782f05a9a4c946f35fed67adbea1b2bf3c15eef0f69be64c8d8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f776569626f2d406368756e7169616e672d626c75652e7376673f7374796c653d666c61742d737175617265)](http://weibo.com/chunqiang)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist light/skeleton "~1.0.0"

```

or add

```
"light/skeleton": "~1.0.0"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

```
$skeleton = new \light\skeleton\Skeleton();
$skeleton->run();

```

Tests
-----

[](#tests)

```
$ composer test

```

Change Log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

License
-------

[](#license)

[![MIT](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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 ~10 days

Total

3

Last Release

3700d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ead2ef2c9862aa3d75a97de86af1e3cfa919886e8981bf0808cddd93f563777?d=identicon)[light](/maintainers/light)

---

Top Contributors

[![lichunqiang](https://avatars.githubusercontent.com/u/2433916?v=4)](https://github.com/lichunqiang "lichunqiang (8 commits)")

---

Tags

skeletonSkeleton

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[jeroen-g/laravel-packager

A cli tool for creating Laravel packages.

1.4k707.3k18](/packages/jeroen-g-laravel-packager)[laminas/laminas-mvc-skeleton

Laminas MVC Skeleton Application

18088.0k](/packages/laminas-laminas-mvc-skeleton)[mezzio/mezzio-skeleton

Laminas mezzio skeleton. Begin developing PSR-15 middleware applications in seconds!

12726.2k](/packages/mezzio-mezzio-skeleton)[flightphp/skeleton

A Flight PHP framework skeleton app to get your new projects up and running ASAP

602.4k](/packages/flightphp-skeleton)[markocupic/contao-bundle-creator-bundle

This bundle provides a bundle maker for Contao 4.\*. The extension will create a fully working backend- or/and frontend module after you have defined a few parameters in the contao backend.

224.7k](/packages/markocupic-contao-bundle-creator-bundle)

PHPackages © 2026

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