PHPackages                             holgerk/mike - 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. holgerk/mike

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

holgerk/mike
============

mike - make for php without compromises

013PHP

Since Jun 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/holgerk/php-mike)[ Packagist](https://packagist.org/packages/holgerk/mike)[ RSS](/packages/holgerk-mike/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Install
=======

[](#install)

Install the phar into to your bin directory:

```
curl -o ~/bin/mike https://raw.githubusercontent.com/holgerk/php-mike/master/build/mike.phar && chmod +x ~/bin/mike

```

...or using composer:

```
composer global require holgerk/mike:dev-master

```

Todos
=====

[](#todos)

- format task list nicely
- generate and format help
- Support dependencies
- zsh autocomplete
- zsh autocomplete for params
- bash autocomplete

ZSH-Autocompletion
------------------

[](#zsh-autocompletion)

Add this to your .zshrc

```
# Mike autocompletion
# ===================
# (http://jaredforsyth.com/blog/2010/may/30/easy-zsh-auto-completion/)
_mike() {
    reply=(`mike -T --no-color | awk 'NR > 0 { print $1 }' | tr "\\n" " "`)
}
compctl -K _mike mike
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e55c03dc164181c5860898403302c95e31822e3610dc02027b1adc89269180d?d=identicon)[holgerk](/maintainers/holgerk)

---

Top Contributors

[![holgerk](https://avatars.githubusercontent.com/u/1426236?v=4)](https://github.com/holgerk "holgerk (61 commits)")

### Embed Badge

![Health badge](/badges/holgerk-mike/health.svg)

```
[![Health](https://phpackages.com/badges/holgerk-mike/health.svg)](https://phpackages.com/packages/holgerk-mike)
```

###  Alternatives

[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

20200.7k1](/packages/shel-neos-hyphens)

PHPackages © 2026

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