michaelking0 / base-ranges
Generate ranges of numbers in any base without hitting memory limits
v1.0.1
2020-01-31 07:20 UTC
Requires
None
Requires (Dev)
- phpunit/phpunit: ^8
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-18 15:14:28 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