PHPackages                             dotkernel/dot-maker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dotkernel/dot-maker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dotkernel/dot-maker
===================

Dotkernel library for programmatically generating structured code files

2.0.0(5mo ago)65.0k↑258.3%1[3 issues](https://github.com/dotkernel/dot-maker/issues)2MITPHPPHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0CI passing

Since May 23Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/dotkernel/dot-maker)[ Packagist](https://packagist.org/packages/dotkernel/dot-maker)[ RSS](/packages/dotkernel-dot-maker/feed)WikiDiscussions 2.0 Synced 1mo ago

READMEChangelog (8)Dependencies (5)Versions (12)Used By (2)

dot-maker
=========

[](#dot-maker)

Programmatically generate Dotkernel project files and directories.

Documentation
-------------

[](#documentation)

Documentation is available at: .

Badges
------

[](#badges)

[![OSS Lifecycle](https://camo.githubusercontent.com/2c22f42e186c030f64829329e7bd9a63fa1a312aef0c0dbc1752cdfd06914c69/68747470733a2f2f696d672e736869656c64732e696f2f6f73736c6966656379636c652f646f746b65726e656c2f646f742d6d616b6572)](https://camo.githubusercontent.com/2c22f42e186c030f64829329e7bd9a63fa1a312aef0c0dbc1752cdfd06914c69/68747470733a2f2f696d672e736869656c64732e696f2f6f73736c6966656379636c652f646f746b65726e656c2f646f742d6d616b6572)[![PHP from Packagist (specify version)](https://camo.githubusercontent.com/35b7e6aef1f119e0fb2eb2dd845a7c3e47915cf0669b61c079593ee1d8c39480/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f646f746b65726e656c2f646f742d6d616b65722f322e302e30)](https://camo.githubusercontent.com/35b7e6aef1f119e0fb2eb2dd845a7c3e47915cf0669b61c079593ee1d8c39480/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f646f746b65726e656c2f646f742d6d616b65722f322e302e30)

[![GitHub issues](https://camo.githubusercontent.com/f18612eaf3075635ad25f04d10e67a64fb41a45bfc47ee711389dd5fb3562435/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f646f746b65726e656c2f646f742d6d616b6572)](https://github.com/dotkernel/dot-maker/issues)[![GitHub forks](https://camo.githubusercontent.com/9996f87f67dd9f51f197ce2b6d9ef0de91bbe6a0145642afcaed6698e93a610d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f646f746b65726e656c2f646f742d6d616b6572)](https://github.com/dotkernel/dot-maker/network)[![GitHub stars](https://camo.githubusercontent.com/bf481f79be11e3889a50763d642e76d07f24c45172150521e7db0f81df69882a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f646f746b65726e656c2f646f742d6d616b6572)](https://github.com/dotkernel/dot-maker/stargazers)[![GitHub license](https://camo.githubusercontent.com/fd266a0b2b5133e25defc75002283da61ed5059b5c477b22eec1cec1ffdb5bae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f646f746b65726e656c2f646f742d6d616b6572)](https://github.com/dotkernel/dot-maker/blob/2.0/LICENSE)

[![Build Static](https://github.com/dotkernel/dot-maker/actions/workflows/continuous-integration.yml/badge.svg?branch=2.0)](https://github.com/dotkernel/dot-maker/actions/workflows/continuous-integration.yml)[![codecov](https://camo.githubusercontent.com/53207c7f40b31b6a5790243cba1abc4a2ceee6ecdd1460a7a47d0958940d6e54/68747470733a2f2f636f6465636f762e696f2f67682f646f746b65726e656c2f646f742d6d616b65722f67726170682f62616467652e7376673f746f6b656e3d4b543955413430324234)](https://codecov.io/gh/dotkernel/dot-maker)[![PHPStan](https://github.com/dotkernel/dot-maker/actions/workflows/static-analysis.yml/badge.svg?branch=2.0)](https://github.com/dotkernel/dot-maker/actions/workflows/static-analysis.yml)

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

[](#installation)

Run the following command in your terminal:

```
composer require --dev dotkernel/dot-maker
```

Setup
-----

[](#setup)

Once installed, `dot-maker` is ready for usage, no need for extra configurations.

### (Optional) Add dot-maker to composer.json

[](#optional-add-dot-maker-to-composerjson)

Open your project's `composer.json` and locate the `scripts` section. If it does not exist, create it at the document's root level.

Register a new script by appending `"alias": "dot-maker"` to the `scripts` section, where **alias** can be any string you want; like, for example, **make**.

```
{
    "scripts": {
        "make": "dot-maker"
    }
}
```

Usage
-----

[](#usage)

Invoke `dot-maker` by executing:

- the bin file in your vendor directory `./vendor/bin/dot-maker`
- the (optional) Composer script created during [Setup](#setup): `composer make`

Follow the instructions on the screen to create a specific Dotkernel project component.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance63

Regular maintenance activity

Popularity29

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 85% 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 ~13 days

Recently: every ~20 days

Total

10

Last Release

154d ago

Major Versions

1.1.0 → 2.0.02025-12-15

PHP version history (2 changes)1.0.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

1.0.x-devPHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1156873?v=4)[Dotkernel](/maintainers/dotkernel)[@dotkernel](https://github.com/dotkernel)

---

Top Contributors

[![alexmerlin](https://avatars.githubusercontent.com/u/4542449?v=4)](https://github.com/alexmerlin "alexmerlin (51 commits)")[![bidi47](https://avatars.githubusercontent.com/u/27284979?v=4)](https://github.com/bidi47 "bidi47 (5 commits)")[![arhimede](https://avatars.githubusercontent.com/u/22009710?v=4)](https://github.com/arhimede "arhimede (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dotkernel-dot-maker/health.svg)

```
[![Health](https://phpackages.com/badges/dotkernel-dot-maker/health.svg)](https://phpackages.com/packages/dotkernel-dot-maker)
```

###  Alternatives

[ddd/components

Domain Driven Design components (Slug...).

494.3k](/packages/ddd-components)

PHPackages © 2026

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