Download the PHP package allanmcarvalho/numerable without Composer
On this page you can find all versions of the php package allanmcarvalho/numerable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download allanmcarvalho/numerable
More information about allanmcarvalho/numerable
Files in allanmcarvalho/numerable
Package numerable
Short Description This is my package numerable
License MIT
Homepage https://github.com/allanmcarvalho/numerable
Informations about the package numerable
Numerable for Laravel
This package provide a solution like Laravel strings utils classes. With it, you can do some cool stuffs in your numbers like assert, modify, math operations, format and other things.
Installation
You can install the package via composer:
Basic usage
Numerable is like Laravel string utils classes. You can use Helper class or an instance from numerable.
Available methods
- abs - Get absolute value. Available as static method and instance method.
- add - Add numbers. Available as static method and instance method.
- asHumanPercentage - Format number to human percentage. Available only as instance method.
- asFractionPercentage - Format number to fraction percentage. Available only as instance method.
- equal - Compare numbers. Available as static method and instance method.
- diff - Get difference between numbers. Available as static method and instance method.
- divide - Divide numbers. Available as static method and instance method.
- divideBy - Divide an instance value by a divisor. Available as instance method.
- gt - Check if number is greater than another number. Available as static method and instance method.
- gte - Check if number is greater than or equal to another number. Available as static method and instance method.
- isEven - Check if number is even. Available as static method and instance method.
- isFloat - Check if number is float. Available as static method and instance method.
- isInteger - Check if number is integer. Available as static method and instance method.
- isMultipleOf - Check if number is multiple of another number. Available as static method and instance method.
- isNegative - Check if number is negative. Available as static method and instance method.
- isOdd - Check if number is odd. Available as static method and instance.
- isPositive - Check if number is positive. Available as static method and instance method.
- lt - Check if number is less than another number. Available as static method and instance method.
- lte - Check if number is less than or equal to another number. Available as static method and instance method.
- multiply - Multiply numbers. Available as static method.
- multiplyBy - Multiply number by another number. Available as instance method.
- parse - Parse string to number. Available as static method.
- round - Round number. Available as static method and instance method.
- roundAsMultipleOf - Round number as multiple of another number. Available as static method and instance method.
- sub - Subtract numbers. Available as static method and instance method.
- takeAPart - Take a part of number. Available as static method and instance method.
- toCurrency - Format number to currency. Available as static method and instance method.
- toFloat - Format number to float. Available as static method and instance method.
- toFormatted - Format number to formatted string. Available as static method and instance method.
- toInteger - Format number to integer. Available as static method and instance method.
- toOrdinal - Format number to ordinal. Available as static method and instance method.
- toPercentage - Format number to percent. Available as static method and instance method.
- variation - Get variation between numbers. Available as static method.
- variationFrom - Get variation from a base number. Available as instance method.
- variationTo - Get variation to a base number. Available as instance method.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Allan Mariucci Carvalho
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of numerable with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0|^11.0
ext-intl Version *