PHPackages                             junty/junty-plugin - 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. junty/junty-plugin

ActiveLibrary

junty/junty-plugin
==================

Package for create Junty plugins.

v0.1.1(10y ago)01213MITPHP

Since Mar 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/the-junty/junty-plugin)[ Packagist](https://packagist.org/packages/junty/junty-plugin)[ RSS](/packages/junty-junty-plugin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (3)

Junty Plugin
============

[](#junty-plugin)

This package constains the extension for Junty plugins.

Usage
-----

[](#usage)

### Install on your package

[](#install-on-your-package)

```
$ composer require junty/junty-plugin
```

### Creating the plugin

[](#creating-the-plugin)

```
namespace MyNamespace;

use Junty\Plugin\PluginInterface;

class MyPlugin implements PluginInterface
{
    public function getName() : string
    {
        return 'my_plugin';
    }

    public function getCallback() : callable
    {
        return function (array $streams) {
            //...
        };
    }
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

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

Every ~0 days

Total

2

Last Release

3723d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4fcbdf815749595d3dcfd4fb781e2cac05aa6d132123aa9da889d2c5ca6c8e11?d=identicon)[GabrielJMJ](/maintainers/GabrielJMJ)

---

Top Contributors

[![gabrieljmj](https://avatars.githubusercontent.com/u/2223216?v=4)](https://github.com/gabrieljmj "gabrieljmj (2 commits)")

### Embed Badge

![Health badge](/badges/junty-junty-plugin/health.svg)

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

PHPackages © 2026

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