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

This package is auto-updated.

Last update: 2024-04-26 16:11:52 UTC


README

A PHP library for transforming various data to specific format.

Code Coverage Code Coverage Release Version Read License

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