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

ActiveProject

homeapp/php-skeleton
====================

A basic template for creating php packages with basic setup: psalm, php-cs-fixer, phpunit, CI with running test

1.0.3(4y ago)09proprietaryPHP

Since May 7Pushed 4y ago6 watchersCompare

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

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

A skeleton project
==================

[](#a-skeleton-project)

How to use
----------

[](#how-to-use)

`composer create-project homeapp/php-skeleton repositry-name`

After creating project
======================

[](#after-creating-project)

Change in `composer.json`

```
"name":
"description":
"Homeapp\\LibraryOrProjectName\\":

```

Change the README.md

Tools
=====

[](#tools)

To fix code style issues
------------------------

[](#to-fix-code-style-issues)

`vendor/bin/php-cs-fixer fix`

To run test
-----------

[](#to-run-test)

`vendor/bin/phpunit`

To run static analizer
----------------------

[](#to-run-static-analizer)

`vendor/bin/psalm --no-cache`

TODO
====

[](#todo)

1. Remove minimum-stability: dev when [BackwardCompatibilityCheck](https://github.com/Roave/BackwardCompatibilityCheck) will be released 5.1 version

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

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

Total

4

Last Release

1808d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/20613430?v=4)[Max Ageev](/maintainers/Legion112)[@Legion112](https://github.com/Legion112)

---

Top Contributors

[![Legion112](https://avatars.githubusercontent.com/u/20613430?v=4)](https://github.com/Legion112 "Legion112 (20 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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