This class can convert a number to a string appending a prefix.
It can take a number and calculate its order of magnitude to determine what is the prefix to be appended to the number, for instance converting 250000 to 250K.
The conversion can be configured to define rounding rules, the numeric base, and the text of the prefixes.
Features
- Bidirectional conversions between numbers and their prefixed number (with properly configured encoding)
- Adjustable grade of rounding (if by significant digits, or by decimals)
- For the conversion from number to number with prefix, you can specify if you want the output to be in a single string, or the number and prefix alone.
- Can be extended with other bases, just adding the settings for a base in a config file of that base
Follow PHP Prefixer
Other Useful Business Software
Orchestrate Your AI Agents with Zenflow
Zenflow orchestrates AI agents like a real engineering system. With parallel execution, spec-driven workflows, and deep multi-repo understanding, agents plan, implement, test, and verify end-to-end. Upgrade to AI workflows that work the way your team does.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PHP Prefixer!