A robust library to handle immutable big numbers inside PHP applications
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 | ![]() |
HHVM support | Unsupported |
Coverage (from Coveralls): | ![]() |
Coverage (from Scrutinizer): | ![]() |
Code Quality (Scrutinizer): | ![]() |
Code Quality (SensioLabs): | ![]() |
Dependencies: | ![]() |
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"
}
}
Litipk\BigNumbers is licensed under the MIT License.