PHPackages                             zae/bigmath - 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. zae/bigmath

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

zae/bigmath
===========

Easily work with big numbers with late static binding and chaining.

06PHP

Since Aug 24Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Zae/bigmath)[ Packagist](https://packagist.org/packages/zae/bigmath)[ RSS](/packages/zae-bigmath/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Zae\\BigMath
============

[](#zaebigmath)

Easily work with big numbers with late static binding and chaining.

Adapters
--------

[](#adapters)

Supports multiple adapters, like bcmath and gmp.

Late static binding
-------------------

[](#late-static-binding)

No need to create a new object, simply call the first function statically.

```
BigMath::Add("10");
```

Chaining
--------

[](#chaining)

Because the functions always return a new BigMath object, the function calls can be chained together.

```
BigMath::Add("10")->Sub("5")->Mul("2");
```

Decimals
--------

[](#decimals)

The default of the class is to use decimal numbers, if these are not required they can be disabled, this could enable adapters that can't handle decimal numbers, like GMP.

### MIT

[](#mit)

MIT Licensed

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7195cfa9749ba405e65f0ff1ef74293f2d518bea06b2588d04179baad63b3e8c?d=identicon)[Zae](/maintainers/Zae)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zae-bigmath/health.svg)

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

###  Alternatives

[colinmollenhour/modman

Module Manager

72176.3k3](/packages/colinmollenhour-modman)[doublesecretagency/craft-cpjs

Add custom JavaScript to your Control Panel.

43163.7k](/packages/doublesecretagency-craft-cpjs)[laravel-admin-ext/summernote

Summernote extension for laravel-admin

37140.5k](/packages/laravel-admin-ext-summernote)[xttribute/xttribute

XML to DTO, nicely!

6329.1k](/packages/xttribute-xttribute)[nuhel/filament-cropper

Cropper Js Implementation for Filament

3658.7k](/packages/nuhel-filament-cropper)[halilcosdu/laravel-replicate

Replicate Laravel PHP client

548.1k](/packages/halilcosdu-laravel-replicate)

PHPackages © 2026

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