michaelking0 / base-ranges
Generate ranges of numbers in any base without hitting memory limits
v1.0.1
2020-01-31 07:20 UTC
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-10-29 05:59:26 UTC
README
Generate paginated ranges of numbers in any base without hitting memory limits.
$range = new Range(2, 50);
print_r($range->getRange());
Author: https://www.mkwd.net
Examples of use:
- Binary converter: https://www.binary-code.org
- Hex converter: https://www.hexdictionary.com
- Hexadecimal converter: https://www.hexadecimaldictionary.com