PHPackages                             alexskrypnyk/template-project-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. alexskrypnyk/template-project-example

ActiveProject

alexskrypnyk/template-project-example
=====================================

Example of how Customizer could be used in the project test

1.0.0(1y ago)014PHPPHP &gt;=8.2

Since Jan 29Pushed 1y ago2 watchersCompare

[ Source](https://github.com/AlexSkrypnyk/template-project-example)[ Packagist](https://packagist.org/packages/alexskrypnyk/template-project-example)[ RSS](/packages/alexskrypnyk-template-project-example/feed)WikiDiscussions main Synced 1mo ago

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

template-project-example [![Test PHP](https://github.com/AlexSkrypnyk/template-project-example/actions/workflows/test-php.yml/badge.svg)](https://github.com/AlexSkrypnyk/template-project-example/actions/workflows/test-php.yml)
==================================================================================================================================================================================================================================

[](#template-project-example-)

Example of how [Customizer](https://github.com/AlexSkrypnyk/customizer) can be used in the template project

```
composer create-project alexskrypnyk/template-project-example my-project
```

Example questions and processing are defined in the [`customize.php`](customize.php) file.

Automated tests for the example questions and processing are defined in the [`CreateProjectTest.php`](tests/phpunit/Functional/CreateProjectTest.php) file.

---

Given template project [`composer.json`](composer.json) before customization:

```
{
    "name": "alexskrypnyk/template-project-example",
    "description": "Example of how Customizer could be used in the project",
    "type": "project",
    "require": {
        "php": ">=8.2"
    },
    "require-dev": {
        "alexskrypnyk/customizer": "^0.4",
        "composer/composer": "^2.7",
        "phpunit/phpunit": "^11.1"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload-dev": {
        "psr-4": {
            "AlexSkrypnyk\\Customizer\\Tests\\": "vendor/alexskrypnyk/customizer/tests/phpunit",
            "AlexSkrypnyk\\TemplateProjectExample\\Tests\\": "tests"
        }
    },
    "config": {
        "allow-plugins": {
            "alexskrypnyk/customizer": true
        }
    }
}
```

and a `README.md` file with the following content:

```
Welcome to the alexskrypnyk/template-project-example example!

Some description on how to use the project.
```

answering the questions with

```
Name: acme/my-project
Description: My project
License: MIT

```

will result in the `composer.json`:

```
{
    "name": "acme/my-project",
    "description": "My project",
    "type": "project",
    "require": {
        "php": ">=8.2"
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
```

and the `README.md` file:

```
Welcome to the acme/my-project example!

Some description on how to use the project.
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance44

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

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

465d ago

### Community

Maintainers

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

---

Top Contributors

[![AlexSkrypnyk](https://avatars.githubusercontent.com/u/378794?v=4)](https://github.com/AlexSkrypnyk "AlexSkrypnyk (14 commits)")[![tannguyen04](https://avatars.githubusercontent.com/u/2858879?v=4)](https://github.com/tannguyen04 "tannguyen04 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alexskrypnyk-template-project-example/health.svg)

```
[![Health](https://phpackages.com/badges/alexskrypnyk-template-project-example/health.svg)](https://phpackages.com/packages/alexskrypnyk-template-project-example)
```

PHPackages © 2026

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