PHPackages                             sekjun9878/makeplugin - 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. sekjun9878/makeplugin

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

sekjun9878/makeplugin
=====================

A pure PHP implementation of PocketMine DevTools for packing plugins.

v1.0.0(11y ago)519MITPHPPHP &gt;=5.4.0

Since Dec 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/sekjun9878/makeplugin)[ Packagist](https://packagist.org/packages/sekjun9878/makeplugin)[ Docs](https://github.com/sekjun9878/makeplugin)[ RSS](/packages/sekjun9878-makeplugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

MakePlugin
==========

[](#makeplugin)

MakePlugin is a library for packing PocketMine plugins without having to use DevTools and PocketMine itself. Unlike DevTools Console, it also reads plugin configuration files like the full DevTools, and writes it as a phar metadata.

Usage:

```
use sekjun9878\MakePlugin\MakePlugin;

MakePlugin::makePlugin("/path/to/your/project/SimpleAuth", "/path/to/anywhere/for/the/phar/output", MakePlugin::MAKEPLUGIN_COMPRESS);

```

The first parameter is for your plugin folder.

The second parameter is the *directory* where your .phar file will go. By default, it will make up a filename consisting of the plugin name and version. If you want to override this behaviour (writing directly to the *file* specified), set the flag `MAKEPLUGIN_REAL_OUTPUT_PATH`

The third and final option are the flags. Possible flags are:

- MAKEPLUGIN\_REAL\_OUTPUT\_PATH - described above
- MAKEPLUGIN\_COMPRESS - compress the resulting phar using the default Phar compression mechanism.

And that's it!

Oh, and there's another function called `MakePlugin::getPluginDescription($filename);`. You can use this to get the PluginDescription object off of a plugin.yml. (Used internally)

Have fun!

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4169d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/18661e7412abf57790cfa67f56f11a30f52443a73d33559b273a2518cbb9d9e9?d=identicon)[sekjun9878](/maintainers/sekjun9878)

---

Top Contributors

[![msjyoo](https://avatars.githubusercontent.com/u/2097812?v=4)](https://github.com/msjyoo "msjyoo (6 commits)")

---

Tags

pluginDevtoolspocketmine

### Embed Badge

![Health badge](/badges/sekjun9878-makeplugin/health.svg)

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

###  Alternatives

[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k37.3M2.1k](/packages/ergebnis-composer-normalize)[daixianceng/yii2-smser

Yii2 SMS extension

862.9k1](/packages/daixianceng-yii2-smser)[coldtrick/profile_manager

Improved management of user and group profile fields

293.7k1](/packages/coldtrick-profile-manager)[coldtrick/widget_manager

Manage your widgets

214.3k](/packages/coldtrick-widget-manager)[coldtrick/thewire_tools

Extend the functionality of The Wire

133.2k](/packages/coldtrick-thewire-tools)

PHPackages © 2026

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