PHPackages                             blahtesoftware/betmath - 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. blahtesoftware/betmath

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

blahtesoftware/betmath
======================

Betting math

v1.0.0(3y ago)07proprietaryPHPPHP ^8.0

Since Sep 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Blahte-Software/betmath)[ Packagist](https://packagist.org/packages/blahtesoftware/betmath)[ RSS](/packages/blahtesoftware-betmath/feed)WikiDiscussions main Synced today

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

betmath
=======

[](#betmath)

Example Usage
-------------

[](#example-usage)

```
use BlahteSoftware\BetMath\MatchList;

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);

include dirname(__FILE__) . DIRECTORY_SEPARATOR . 'vendor/autoload.php';

$matchList = new MatchList(...MatchList::getFootballMatchesArrayFrom2DArray([
    [
        'Manchester United',
        'Real Sociedad'
    ],
    [
        'Arsenal',
        'Brighton'
    ],
    [
        'Chelsea',
        'Hull City'
    ],
    [
        'Liverpool',
        'Leicester'
    ]
]));

echo $matchList->getThreeWayPermutationBetsTable();
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

1393d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a022229f43e89bee76128c6517c55bd610b9e5dc10b3aa81f799ecfcf4e33896?d=identicon)[rayalois22](/maintainers/rayalois22)

---

Top Contributors

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

---

Tags

bettingfootball

### Embed Badge

![Health badge](/badges/blahtesoftware-betmath/health.svg)

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

###  Alternatives

[brick/math

Arbitrary-precision arithmetic library

2.2k548.2M422](/packages/brick-math)[symfony/asset

Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files

3.2k184.6M1.2k](/packages/symfony-asset)

PHPackages © 2026

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