PHP Number Utility
This library provides a set of utility functions for working with numbers in PHP, including formatting as currency, percentages, ordinals, and more.
What's Changed
- Create initial Number utility package by @caendesilva in #1
- Add support for
Number::abbreviate
by @caendesilva in #4 - Fix basic usage examples by @damienalexandre in #5
- Create documentation site by @caendesilva in #3
New Contributors
- @caendesilva made their first contribution in #1
- @damienalexandre made their first contribution in #5
Full Changelog: https://github.com/FriendsOfPHP/number/commits/v1.0.0