An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Numbers Utilities
> A PHP helper utility class for the immutable, fluent use and manipulation of numeric values

[![Latest Stable Version](https://poser.pugx.org/myerscode/utilities-numbers/v/stable)](https://packagist.org/packages/myerscode/utilities-numbers)
[![Total Downloads](https://poser.pugx.org/myerscode/utilities-numbers/downloads)](https://packagist.org/packages/myerscode/utilities-numbers)
[![License](https://poser.pugx.org/myerscode/utilities-numbers/license)](https://packagist.org/packages/myerscode/utilities-numbers)
![Tests](https://github.com/myerscode/utilities-numbers/workflows/tests/badge.svg?branch=main)

## 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.