michaelking0 / base-ranges
Generate ranges of numbers in any base without hitting memory limits
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/michaelking0/base-ranges
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2025-09-29 02:28:40 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