Libraries tagged by bigint
samsara/fermat
3119 Downloads
A library providing math and statistics operations for numbers of arbitrary size.
ikr/money-math
16252 Downloads
gmp-based arbitrary precision operations on currency amounts "XXX.YY"; because floats are BAD for representing money
vrnvgasu/phpseclib
2794 Downloads
PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.
ras2023/phpcmslib
1004 Downloads
PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.
blockchainethdev/bigint-wrapper-php
715 Downloads
Common interface for php_gmp and php_bcmath modules
piggly/php-decimal
243 Downloads
An arbitrary-precision Decimal class type for PHP.
lumisys/bcmath_compat
17885 Downloads
PHP 5.x/7.x polyfill for bcmath extension
bardoqi/bigmath
11 Downloads
A PHP library to work with big integers and big decimals in most easy way.
charcoal-dev/gmp-adapter
7963 Downloads
Provides BigInteger class to Charcoal Apps
amashukov/eth-rpc-client-php
391 Downloads
Ethereum JSON-RPC client in pure PHP — raw eth_* mirror (EthRpcClient) + ethers.js v6-flavoured facade (JsonRpcProvider) over any PSR-18 client. Typed Value Objects (transaction + receipt bundle, block, fee data, fee history, logs), bigint-safe hex/decimal helpers.
grifix/big-int
345 Downloads
Big integer value object
adamthehutt/laravel-unique-bigint-ids
1704 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.
vrnedwidek/php-decimal
23 Downloads
An arbitrary-precision Decimal class type for PHP. Forked from Piggly and updated requirements to allow PHP 8.1 and PHP 8.2.
samsara/fermat-stats
125 Downloads
A module for the Fermat math library which adds statistics function.
samsara/fermat-matrices-and-vectors
110 Downloads
A module for the Fermat math library which adds matrices and vectors functions.