PHPackages                             hpez/php-bignum - 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. hpez/php-bignum

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

hpez/php-bignum
===============

A bignum library for PHP 7.2

v0.5(6y ago)72216[1 issues](https://github.com/hpez/PHPBignum/issues)[1 PRs](https://github.com/hpez/PHPBignum/pulls)Apache-2.0PHPCI failing

Since Feb 22Pushed 2y ago6 watchersCompare

[ Source](https://github.com/hpez/PHPBignum)[ Packagist](https://packagist.org/packages/hpez/php-bignum)[ RSS](/packages/hpez-php-bignum/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

PHPBignum [![Build Status](https://camo.githubusercontent.com/866cf8c78a44f574e4e6a32d3afde7673607678d4d7691bfce07ad38ddef89e5/68747470733a2f2f7472617669732d63692e6f72672f6870657a2f5048504269676e756d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hpez/PHPBignum) [![codecov](https://camo.githubusercontent.com/75fc5c351b1dc3ce6ca5d3ebbc967375d327c0ba04ef3ddaf8a033bab1203856/68747470733a2f2f636f6465636f762e696f2f67682f6870657a2f5048504269676e756d2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/hpez/PHPBignum) [![Codacy Badge](https://camo.githubusercontent.com/1e526b44946238ba440db61a66890ce7c1b1033c928aebcd55de2f53b203deb3/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6662386665636232363137613431653961303565653930653234643432653034)](https://app.codacy.com/app/hpez/PHPBignum?utm_source=github.com&utm_medium=referral&utm_content=hpez/PHPBignum&utm_campaign=Badge_Grade_Dashboard)
=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#phpbignum---)

A bignum library for PHP.

TypeAdditionSubtractionDivisionMultiplicationSquare rootPowerBigIntdonedonedonedonedonedoneBigFloatdonedonedonedonedonedoneSetting up for developers
-------------------------

[](#setting-up-for-developers)

Just clone the project, go to the project directory and run `composer install` and should be good to go! Oh and also for running tests you should do `vendor/phpunit/phpunit/phpunit tests/`.

Installation
------------

[](#installation)

The package is installable via `composer require hpez/php-bignum` or [packagist repo](https://packagist.org/packages/hpez/php-bignum)

Usage
-----

[](#usage)

```
