PHPackages                             signpostmarv/brick-math-base-convert - 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. signpostmarv/brick-math-base-convert

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

signpostmarv/brick-math-base-convert
====================================

Arbitrary Base Conversion Library

v0.2.0(4y ago)0873MITPHPPHP ^7.4|^8.1

Since Dec 24Pushed 4y agoCompare

[ Source](https://github.com/SignpostMarv/brick-math-base-convert)[ Packagist](https://packagist.org/packages/signpostmarv/brick-math-base-convert)[ RSS](/packages/signpostmarv-brick-math-base-convert/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (10)Versions (8)Used By (3)

SignpostMarv\\Brick Math Base Convert
-------------------------------------

[](#signpostmarvbrick-math-base-convert)

A fork of [brick/math](https://github.com/brick/math), extracting &amp; refactoring the base conversion portion.

[![Build Status](https://camo.githubusercontent.com/d6b42822ffb0dec378206fd3bf6b36f07fe4819a8cba9d83e5039b9f99446ae8/68747470733a2f2f6170692e7472617669732d63692e6f72672f7369676e706f73746d6172762f627269636b2d6d6174682d626173652d636f6e766572742e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/signpostmarv/brick-math-base-convert)[![Coverage Status](https://camo.githubusercontent.com/fd83fa78986be5c87710aecfff698deb886765c4f22514d715b585dedeb6fcf5/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f5369676e706f73744d6172762f627269636b2d6d6174682d626173652d636f6e766572742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/SignpostMarv/brick-math-base-convert?branch=master)[![Total Downloads](https://camo.githubusercontent.com/ac7e259f6090a52bdd3e90e415258c0b54dcc1d70ff7d98904def6e87ca3f1a3/68747470733a2f2f706f7365722e707567782e6f72672f7369676e706f73746d6172762f627269636b2d6d6174682d626173652d636f6e766572742f646f776e6c6f616473)](https://packagist.org/packages/signpostmarv/brick-math-base-convert)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](http://opensource.org/licenses/MIT)

### Installation

[](#installation)

This library is installable via [Composer](https://getcomposer.org/):

```
composer require signpostmarv/brick-math-base-convert
```

### Requirements

[](#requirements)

This library requires PHP 7.4 or later.

For older version, please use the [original package](https://github.com/brick/math).

Although the library can work seamlessly on any PHP installation, implementations for [ext-bcmath](https://github.com/signpostmarv/brick-math-base-convert-bcmath) and [ext-gmp](https://github.com/signpostmarv/brick-math-base-convert-gmp) are available.

### Project status &amp; release process

[](#project-status--release-process)

While this library is still under development, it is well tested and should be stable enough to use in production environments.

The current releases are numbered `0.x.y`. When a non-breaking change is introduced (adding new methods, optimizing existing code, etc.), `y` is incremented.

**When a breaking change is introduced, a new `0.x` version cycle is always started.**

It is therefore safe to lock your project to a given release cycle, such as `0.8.*`.

If you need to upgrade to a newer release cycle, check the [release history](https://github.com/signpostmarv/brick-math-base-convert/releases)for a list of changes introduced by each further `0.x.0` version.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 82.1% 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 ~226 days

Total

5

Last Release

1472d ago

PHP version history (2 changes)v0.1.0PHP ^7.4

v0.2.0PHP ^7.4|^8.1

### Community

Maintainers

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

---

Top Contributors

[![BenMorel](https://avatars.githubusercontent.com/u/1952838?v=4)](https://github.com/BenMorel "BenMorel (289 commits)")[![SignpostMarv](https://avatars.githubusercontent.com/u/304403?v=4)](https://github.com/SignpostMarv "SignpostMarv (60 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (2 commits)")[![DASPRiD](https://avatars.githubusercontent.com/u/233300?v=4)](https://github.com/DASPRiD "DASPRiD (1 commits)")

---

Tags

brickmathArbitrary Base Conversion

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/signpostmarv-brick-math-base-convert/health.svg)

```
[![Health](https://phpackages.com/badges/signpostmarv-brick-math-base-convert/health.svg)](https://phpackages.com/packages/signpostmarv-brick-math-base-convert)
```

###  Alternatives

[brick/math

Arbitrary-precision arithmetic library

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

Money and currency library

1.9k41.8M155](/packages/brick-money)[markrogoyski/math-php

Math Library for PHP. Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

2.4k7.6M53](/packages/markrogoyski-math-php)[brick/phonenumber

Phone number library

4327.8M62](/packages/brick-phonenumber)[phpseclib/bcmath_compat

PHP 5.x-8.x polyfill for bcmath extension

16821.5M27](/packages/phpseclib-bcmath-compat)[brick/date-time

Date and time library

3663.8M105](/packages/brick-date-time)

PHPackages © 2026

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