grzegorz-jamroz / plain-data-transformer
There is no license information available for the latest version (v1.0.0) of this package.
A PHP library for transforming various data to specific format.
v1.0.0
2023-11-26 15:20 UTC
Requires
- php: >=7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^10.4
This package is auto-updated.
Last update: 2024-10-26 17:19:09 UTC
README
A PHP library for transforming various data to specific format.
Installation
composer require grzegorz-jamroz/plain-data-transformer
Usage
TransformNumeric
Method toInt
Parse numeric value (string
, float
and int
) to integer
. It is possible to specify decimal precision using second argument precision
Method toFloat
Parse int
value to float
. It is possible to specify decimal precision using second argument precision