Home

Awesome

php-bignumbers Gitter Donate Flattr this git repo

A robust library to handle immutable big numbers inside PHP applications The current stable version is 0.8.3. Litipk\BigNumbers supports PHP 7.x.

Status LabelStatus Value
BuildBuild Status
HHVM supportUnsupported
Coverage (from Coveralls):Coverage Status
Coverage (from Scrutinizer):Code Coverage
Code Quality (Scrutinizer):Scrutinizer Quality Score
Code Quality (SensioLabs):SensioLabsInsight
Dependencies:Dependency Status

Getting started

You can install this library using Composer.

To install it via Composer, just write in the require block of your composer.json file the following text:

{
    "require": {
        "litipk/php-bignumbers": "^0.8"
    }
}

Learn more

How to contribute

License

Litipk\BigNumbers is licensed under the MIT License.