Download the PHP package utecca/number without Composer
On this page you can find all versions of the php package utecca/number. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download utecca/number
More information about utecca/number
Files in utecca/number
Download utecca/number
More information about utecca/number
Files in utecca/number
Please rate this library. Is it a good library?
Informations about the package number
Number for Laravel
This package provides a number class that can be used to represent numbers.
All operations are done using bcmath which means that arbitrary precision is supported.
Installation
Usage
Laravel casting
You can have models cast to Number by adding the following to your model:
Operations
When doing operations, you always have the option to specify the number of decimals to use.
If not specified, the max number of decimals will be taken from the first operand's max.
Other methods
All versions of number with dependencies
PHP Build Version
Package Version
Requires
ext-bcmath Version
*
The package utecca/number contains the following files
Loading the files please wait ....