Download the PHP package richardds/big-integer without Composer
On this page you can find all versions of the php package richardds/big-integer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download richardds/big-integer
More information about richardds/big-integer
Files in richardds/big-integer
Download richardds/big-integer
More information about richardds/big-integer
Files in richardds/big-integer
Vendor richardds
Package big-integer
Short Description Library for big integer manipulation
License MIT
Package big-integer
Short Description Library for big integer manipulation
License MIT
Please rate this library. Is it a good library?
Informations about the package big-integer
BigInteger

PHP OOP library for fast big integer manipulation made as a wrapper around GMP library. The library is not converting the numbers into a string but uses GMP resources, which comes with significant speed improvement compared to other libraries. The library has no external dependencies.
General requirements
php-7.2
and higherphp-gmp
library
How to install GMP on Apline Linux
Examples
Majority of the methods accept BigInteger
object, string
or int
.
The BigInteger
object uses GMP resource. Therefore, there is no slow string conversion on every operation.
All versions of big-integer with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0
ext-gmp Version *
ext-gmp Version *
The package richardds/big-integer contains the following files
Loading the files please wait ....