PHPackages                             girishk/numphp - 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. girishk/numphp

ActiveLibrary

girishk/numphp
==============

Numphp is a PHP package for statitical computations

v1.1(7y ago)24.8k↓100%MITPHP

Since Feb 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Girish-K/numphp)[ Packagist](https://packagist.org/packages/girishk/numphp)[ RSS](/packages/girishk-numphp/feed)WikiDiscussions master Synced 1mo ago

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

Num PHP
-------

[](#num-php)

This module allows you to calculate mean, standard deviation, Z-score, percentile, sten and stanine.

### Installation

[](#installation)

1. Run

    ```
    composer require girishk/numphp --dev
    ```

    in console to install this module (Notice `--dev` flag - it's recommended to use this package only for development).
2. If you use Laravel &lt; 5.5 open `config/app.php` and in `providers` section add:

    ```
    'providers' => array(
        // ...
        Girishk\Providers\NumphpServiceProvider::class,
    )

    'aliases' => array(
        // ...
        'Numphp' => Girishk\Facades\Numphp::class,
    )
    ```

    Laravel 5.5 uses Package Auto-Discovery and it will automatically load this service provider so you don't need to add anything into above file.

    If you are using Lumen open `bootstrap/app.php` and add:

    ```
    $app->register(Girishk\Providers\NumphpServiceProvider::class);
    $app->alias('Numphp', Girishk\Facades\Numphp::class);
    ```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Total

2

Last Release

2851d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57cdbf53c72a6de7336a38ca22d244e831bb5244fcbccf46ad1f448e1a9d6d33?d=identicon)[Girish-K](/maintainers/Girish-K)

---

Top Contributors

[![Girish-K](https://avatars.githubusercontent.com/u/11405748?v=4)](https://github.com/Girish-K "Girish-K (10 commits)")

---

Tags

phpmeanpercentilezscorestandard deviationstenstanine

### Embed Badge

![Health badge](/badges/girishk-numphp/health.svg)

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

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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