alirezax5/x-convert

There is no license information available for the latest version (1.0.0) of this package.

Maintainers

Package info

github.com/alirezax5/XConvert

pkg:composer/alirezax5/x-convert

Statistics

Installs: 120

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2023-03-31 09:07 UTC

This package is auto-updated.

Last update: 2026-03-01 00:41:40 UTC


README

file size & time unit convert

install :

composer require alirezax5/x-convert

ex :

<?php
include_once 'vendor/autoload.php';
use alirezax5\XConvert\XConvert;

echo XConvert::convertFileSize('1','GB','MB');
echo '</br>';
echo XConvert::convertTimeUnit('1','ms','s');