grzegorz-jamroz / plain-data-transformer
A PHP library for transforming various data to specific format.
Installs: 247
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/grzegorz-jamroz/plain-data-transformer
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: 2025-09-26 19:22:42 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