Coder-Spirit / php-bignumbers

A robust library to handle immutable big numbers inside PHP applications
MIT License
131 stars 29 forks source link

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 Label Status Value
Build Build Status
HHVM support Unsupported
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.