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

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

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

Arbitrary Base Conversion Library

v0.1.2(6y ago)02MITPHPPHP ^7.4CI failing

Since Jan 1Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (12)Versions (4)Used By (0)

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/395ae3f6f7a1abce4cc8db0a75cc7a3a3524066ee9ae7444e40837fa2f08a277/68747470733a2f2f6170692e7472617669732d63692e6f72672f7369676e706f73746d6172762f627269636b2d6d6174682d626173652d636f6e766572742d62636d6174682e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/signpostmarv/brick-math-base-convert-bcmath)[![Coverage Status](https://camo.githubusercontent.com/fd83fa78986be5c87710aecfff698deb886765c4f22514d715b585dedeb6fcf5/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f5369676e706f73744d6172762f627269636b2d6d6174682d626173652d636f6e766572742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/SignpostMarv/brick-math-base-convert-bcmath?branch=master)[![Total Downloads](https://camo.githubusercontent.com/1070a394cd1b2a4900941054214489913cda8b3f78bfecf49d4f937893fecd44/68747470733a2f2f706f7365722e707567782e6f72672f7369676e706f73746d6172762f627269636b2d6d6174682d626173652d636f6e766572742d62636d6174682f646f776e6c6f616473)](https://packagist.org/packages/signpostmarv/brick-math-base-convert-bcmath)[![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-bcmath
```

### Requirements

[](#requirements)

This library requires PHP 7.4 or later, and for the bcmath extension to be installed.

For other options, see:

- [native](https://github.com/signpostmarv/brick-math-base-convert)
- [ext-gmp](https://github.com/signpostmarv/brick-math-base-convert-gmp)

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

### 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-bcmath/releases)for a list of changes introduced by each further `0.x.0` version.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.8% 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 ~27 days

Total

3

Last Release

2321d ago

### 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 (30 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

brickmathbcmathArbitrary Base Conversion

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[brick/math

Arbitrary-precision arithmetic library

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

Money and currency library

1.9k41.8M152](/packages/brick-money)[phpseclib/bcmath_compat

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

16821.5M25](/packages/phpseclib-bcmath-compat)[krowinski/bcmath-extended

Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions. (more http://php.net/manual/en/book.bc.php) Supports scientific notations

801.1M23](/packages/krowinski-bcmath-extended)[prestashop/decimal

Object-oriented wrapper/shim for BC Math PHP extension. Allows for arbitrary-precision math operations.

178.9M8](/packages/prestashop-decimal)

PHPackages © 2026

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