PHPackages                             guanguans/package-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. [Templating &amp; Views](/categories/templating)
4. /
5. guanguans/package-skeleton

ActiveLibrary[Templating &amp; Views](/categories/templating)

guanguans/package-skeleton
==========================

A PHP package template repository. - 一个PHP软件包模板存储库。

4.0.0(3w ago)761MITPHPPHP &gt;=8.5CI passing

Since Jul 22Pushed 1w ago1 watchersCompare

[ Source](https://github.com/guanguans/package-skeleton)[ Packagist](https://packagist.org/packages/guanguans/package-skeleton)[ Docs](https://github.com/guanguans/package-skeleton)[ Fund](https://guanguans.github.io/sponsors)[ RSS](/packages/guanguans-package-skeleton/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (241)Versions (40)Used By (0)

package-skeleton
================

[](#package-skeleton)

[简体中文](README-zh_CN.md) | [ENGLISH](README.md)

Note

A PHP package template repository. - 一个 PHP 软件包模板存储库。

[![tests](https://github.com/guanguans/package-skeleton/actions/workflows/tests.yml/badge.svg)](https://github.com/guanguans/package-skeleton/actions/workflows/tests.yml)[![php-cs-fixer](https://github.com/guanguans/package-skeleton/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/guanguans/package-skeleton/actions/workflows/php-cs-fixer.yml)[![codecov](https://camo.githubusercontent.com/2eea290df45e3fb15fbcaf2653408636021e8864a2986348f317c85d341e1435/68747470733a2f2f636f6465636f762e696f2f67682f6775616e6775616e732f7061636b6167652d736b656c65746f6e2f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d55524746415753365334)](https://codecov.io/gh/guanguans/package-skeleton)[![Latest Stable Version](https://camo.githubusercontent.com/1e8b6e0e787858a9a318da4f30c771b6de0753ee8f2fbd1fd6ef9ccda140a9f5/68747470733a2f2f706f7365722e707567782e6f72672f6775616e6775616e732f7061636b6167652d736b656c65746f6e2f76)](https://packagist.org/packages/guanguans/package-skeleton)[![GitHub release (with filter)](https://camo.githubusercontent.com/890c53cc3591686971853556251c2800088145f2658700f81b16344157001952/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6775616e6775616e732f7061636b6167652d736b656c65746f6e)](https://github.com/guanguans/package-skeleton/releases)[![Total Downloads](https://camo.githubusercontent.com/8680e0fac891de7380ebf2ce6cee6d29afdad101228d063e858049e4b42cd8c8/68747470733a2f2f706f7365722e707567782e6f72672f6775616e6775616e732f7061636b6167652d736b656c65746f6e2f646f776e6c6f616473)](https://packagist.org/packages/guanguans/package-skeleton)[![License](https://camo.githubusercontent.com/9fd0d2d3c1256703970c3e7a2b1bb5eb01e96e0ac48353f656568d4332bcd50a/68747470733a2f2f706f7365722e707567782e6f72672f6775616e6775616e732f7061636b6167652d736b656c65746f6e2f6c6963656e7365)](https://packagist.org/packages/guanguans/package-skeleton)

Feature
-------

[](#feature)

- ...

Requirement
-----------

[](#requirement)

- PHP &gt;= 8.5

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

[](#installation)

```
composer require guanguans/package-skeleton --ansi -v
```

Usage
-----

[](#usage)

1. execute `$ git clone https://github.com/guanguans/package-skeleton.git`
2. replace `guanguans/package-skeleton` -&gt; `vendorName/package-name`
3. replace `Guanguans\\PackageSkeleton` -&gt; `VendorName\\PackageName`
4. replace `Guanguans\PackageSkeleton` -&gt; `VendorName\PackageName`
5. replace `GuanguansPackageSkeletonUpdateHelper` -&gt; `VendorNamePackageNameUpdateHelper`
6. replace `package-skeleton` -&gt; `your repository name`
7. replace `ityaozm@gmail.com` -&gt; `your email`
8. execute `$ composer install && composer dumpautoload`
9. execute `$ rm .git/ && git init && git add . && git commit -m 'Build the basic skeleton'`

Composer scripts
----------------

[](#composer-scripts)

```
composer checks:required
composer php-cs-fixer:fix
composer test
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [guanguans](https://github.com/guanguans)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance97

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 51.8% 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 ~51 days

Recently: every ~84 days

Total

35

Last Release

23d ago

Major Versions

1.0.7 → 2.0.102023-07-23

2.x-dev → 3.2.02025-05-16

1.x-dev → 4.0.02026-04-17

PHP version history (6 changes)v1.0.0PHP &gt;=7.2

1.0.7PHP &gt;=7.3

2.0.10PHP &gt;=8.0

v2.1.0PHP &gt;=8.1

3.2.0PHP &gt;=8.2

4.0.0PHP &gt;=8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/a49e4a0625bdf47c4e2924dcf07a053538d0c3a1e9287e8d6bfe68ed4017aa6f?d=identicon)[guanguans](/maintainers/guanguans)

---

Top Contributors

[![guanguans](https://avatars.githubusercontent.com/u/22309277?v=4)](https://github.com/guanguans "guanguans (464 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (237 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (192 commits)")[![Bellangelo](https://avatars.githubusercontent.com/u/9512427?v=4)](https://github.com/Bellangelo "Bellangelo (2 commits)")

---

Tags

packageskeletonskeleton-templatetemplatetemplate-librarytemplate-projecttemplate-repositoryphppackagetemplateSkeleton

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[wrklst/docxmustache

docx template manipulation class, based on mustache templating language

578.1k](/packages/wrklst-docxmustache)

PHPackages © 2026

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