PHPackages                             microphork/package-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. [Framework](/categories/framework)
4. /
5. microphork/package-installer

AbandonedArchivedComposer-plugin[Framework](/categories/framework)

microphork/package-installer
============================

The package installer for the microphork framework

v1.1.0(9y ago)0272MITPHP

Since Mar 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/phork/microphork-installer)[ Packagist](https://packagist.org/packages/microphork/package-installer)[ Docs](http://phork.org)[ RSS](/packages/microphork-package-installer/feed)WikiDiscussions master Synced yesterday

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

Introduction
------------

[](#introduction)

This is a package installer for the microphork framework. It makes sure that all packages are installed in `vendor/microphork/packages`.

Usage
-----

[](#usage)

Each package must have its own `composer.json` file similar to the example below. Note that the type is `microphork-package` and that this installer is required.

```
{
    "name": "microphork/package-auth",
    "description": "An authentication package for the microphork framework",
    "type": "microphork-package",
    "require": {
        "microphork/package-installer": "*"
    },
    "autoload": {
        "psr-4": {
            "Phork\\Pkg\\Auth\\": "classes"
        }
    }
}

```

Credits
-------

[](#credits)

Built by [Elenor](http://elenor.net) at [Phork Labs](http://phork.org).

License
-------

[](#license)

Licensed under The MIT License

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3644d ago

### Community

Maintainers

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

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

---

Top Contributors

[![e1en0r](https://avatars.githubusercontent.com/u/196027?v=4)](https://github.com/e1en0r "e1en0r (22 commits)")

---

Tags

frameworkphorkmicrophork

### Embed Badge

![Health badge](/badges/microphork-package-installer/health.svg)

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

###  Alternatives

[pestphp/pest-plugin

The Pest plugin manager

4666.2M137](/packages/pestphp-pest-plugin)[oro/platform

Business Application Platform (BAP)

642140.7k105](/packages/oro-platform)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

68943.9k18](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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