Libraries tagged by integer
aiwozhe/phactor
4 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
adept-digital/int-utils
3 Downloads
Utilities for emulating WebAssembly 32-bit and 64-bit integer operations in PHP.
8ctopus/unsigned-int
23 Downloads
Convert signed integers to unsigned
3lvir4/php-range
8 Downloads
Range object for easy range manipulation. Partially inspired by Elixir.
webeweb/types-library
744 Downloads
Types utilities
webeweb/traits-library
1886 Downloads
Traits collection
stingus/phpdt
47 Downloads
PHP data type validation: primitives (int, double, bool, array, string) and objects
php-extended/php-ensure
871 Downloads
A library to safely convert pointers to the right data type
granam/strict-float
234 Downloads
Base for lightweight float containers with strict checks
cleentfaar/humanizer
343 Downloads
A PHP library that turns any type of value into a human-readable string
yousufsyed/uuid_to_msb_and_lsb_bit_converter
13 Downloads
Converts 128 bit UUIDs into two 64 bit integers as LSB and MSB. Also, builds back UUIDs from LSB and MSB.
matmar10/money-bundle
29 Downloads
A series of money related utility classes wrapping integer math and money fractional allocation.
matmar10/lib-money
58 Downloads
A series of money related utility classes wrapping integer math and money fractional allocation.
kfosoft/php-int-enum-x64
460 Downloads
PHP/Mysql Integer Types (Exact Value) for x64 platforms
jimeneztdavid/scaled-int
34 Downloads
A value object for scaled integers (e.g. money cents) with safe arithmetic and configurable rounding.