PHPackages                             hmaus/drafter-installer - 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. hmaus/drafter-installer

ActiveCustom-installer[Utility &amp; Helpers](/categories/utility)

hmaus/drafter-installer
=======================

Install drafter in your php project with ease

v1.0.1(7y ago)670.9k↓76.4%33MITPHPCI failing

Since Sep 20Pushed 6y ago3 watchersCompare

[ Source](https://github.com/hendrikmaus/drafter-installer)[ Packagist](https://packagist.org/packages/hmaus/drafter-installer)[ RSS](/packages/hmaus-drafter-installer/feed)WikiDiscussions master Synced 2d ago

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

Drafter Installer
=================

[](#drafter-installer)

Install [drafter](https://github.com/apiaryio/drafter) in your php project with ease.

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

[](#installation)

The recommended way to install drafter-installer is composer:

```
composer require hmaus/drafter-installer
```

Add config to `extra`:
Pass the [tag of drafter](https://github.com/apiaryio/drafter/tags) to install

```
"extra": {
    "drafter-installer-tag": "v3.2.7"
}
```

Add it to `scripts`:

```
"scripts": {
    "install-drafter": "Hmaus\\Drafter\\Installer::installDrafter"
}
```

You may also consider adding a reference to your update and install hooks:

```
"scripts": {
    "post-install-cmd": [
        "@install-drafter"
    ],
    "post-update-cmd": [
        "@install-drafter"
    ]
}
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

2

Last Release

2918d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/711773?v=4)[Michael Schmidt-Voigt](/maintainers/m165437)[@M165437](https://github.com/M165437)

---

Top Contributors

[![hendrikmaus](https://avatars.githubusercontent.com/u/188284?v=4)](https://github.com/hendrikmaus "hendrikmaus (7 commits)")

### Embed Badge

![Health badge](/badges/hmaus-drafter-installer/health.svg)

```
[![Health](https://phpackages.com/badges/hmaus-drafter-installer/health.svg)](https://phpackages.com/packages/hmaus-drafter-installer)
```

###  Alternatives

[mvanduijker/laravel-mercure-broadcaster

Mercure broadcaster

17280.5k](/packages/mvanduijker-laravel-mercure-broadcaster)[laravel-frontend-presets/vuetify

Laravel 5.5+ Front-end preset for vuetify

8013.5k](/packages/laravel-frontend-presets-vuetify)

PHPackages © 2026

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