PHPackages                             defyma/nine-grid-classification - 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. defyma/nine-grid-classification

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

defyma/nine-grid-classification
===============================

Implement 9 Grid Classification

0.1.0(6y ago)09MITPHP

Since Aug 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/defyma/nine-grid-classification)[ Packagist](https://packagist.org/packages/defyma/nine-grid-classification)[ Docs](http://www.defyma.com/)[ RSS](/packages/defyma-nine-grid-classification/feed)WikiDiscussions master Synced 1mo ago

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

nine-grid-classification
========================

[](#nine-grid-classification)

Simple helper for implement 9 Grid Classification.

Example case for 9-Grid Tallent Management

[![Example Grid](https://raw.githubusercontent.com/defyma/nine-grid-classification/master/example-grid.png)](https://raw.githubusercontent.com/defyma/nine-grid-classification/master/example-grid.png)

Install:
========

[](#install)

```
composer require defyma/nine-grid-classification

```

Usage:
======

[](#usage)

```
...
$_9Grid = new \defyma\helper\NineGridClassification();
$_9Grid->setPoint($X, $Y, $X1, $X2, $Y1, $Y2);
$classification = $_9Grid->calculate($scoreX, $scoreY);
...
```

Example:
========

[](#example)

```
...
$_9Grid = new \defyma\helper\NineGridClassification();
$_9Grid->setPoint(6,6);
$classification = $_9Grid->calculate(1, 5);

echo $classification; \\ 7
...
```

```
...
$_9Grid = new \defyma\helper\NineGridClassification();
$_9Grid->setPoin(6,6,4,5,3,5);
$classification = $_9Grid->calculate(1, 5);

echo $classification; \\ 4
...
```

API:
====

[](#api)

`setPoin`

- `$X` is Axis X | required
- `$Y` is Axis Y | required
- `$X1` is Point X1
- `$X2` is Point X2
- `$Y1` is Point Y1
- `$Y2` is Point Y2

`calculate`

- `$scoreX` is score Y | required
- `$scoreY` is score Y | required

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

2446d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8898f779dce4ff78aeefb9d7e8f0bbbb2ddf885a4f9ed5105d556646e1635d67?d=identicon)[defyma](/maintainers/defyma)

---

Top Contributors

[![defyma](https://avatars.githubusercontent.com/u/22837102?v=4)](https://github.com/defyma "defyma (9 commits)")

---

Tags

9 Grid9 BoxTalent

### Embed Badge

![Health badge](/badges/defyma-nine-grid-classification/health.svg)

```
[![Health](https://phpackages.com/badges/defyma-nine-grid-classification/health.svg)](https://phpackages.com/packages/defyma-nine-grid-classification)
```

###  Alternatives

[whitehat101/apr1-md5

Apache's APR1-MD5 algorithm in pure PHP

349.7M10](/packages/whitehat101-apr1-md5)

PHPackages © 2026

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