https://github.com/myerscode/utilities-numbers
A fluent interface for interacting with numbers.
https://github.com/myerscode/utilities-numbers
Last synced: 11 months ago
JSON representation
A fluent interface for interacting with numbers.
- Host: GitHub
- URL: https://github.com/myerscode/utilities-numbers
- Owner: myerscode
- License: mit
- Created: 2017-11-29T22:32:09.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T17:36:05.000Z (about 4 years ago)
- Last Synced: 2025-03-06T00:17:30.583Z (11 months ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numbers Utilities
> A PHP helper utility class for the immutable, fluent use and manipulation of numeric values
[](https://packagist.org/packages/myerscode/utilities-numbers)
[](https://packagist.org/packages/myerscode/utilities-numbers)
[](https://packagist.org/packages/myerscode/utilities-numbers)

## Install
You can install this package via composer:
``` bash
composer require myerscode/utilities-numbers
```
## [Usage](./docs/usage.md)
To see how to use the utility, view the usage guide [here](./docs/usage.md).
## [Methods](./docs/methods.md)
View all available methods in the documentation [here](./docs/methods.md).
## Issues
Bug reports and feature requests can be submitted on the [Github Issue Tracker](https://github.com/myerscode/utilities-numbers/issues).
## Contributing
See the Myerscode [contributing](https://github.com/myerscode/docs/blob/master/contributing.md) page for information.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.