hoangngoclam/test_lib

This is first package Jay upload into packagist

v1.0.0 2022-12-30 12:46 UTC

This package is auto-updated.

Last update: 2025-06-29 02:23:42 UTC


README

This is library to convert UTF-8 strings in to normal string Copy code from: https://xuanthulab.net/su-dung-composer-trong-lap-trinh-php.html

trương hoàng ngọc lâm -> truong hoang ngoc lam

Install

composer require hoangngoclam/test_lib

Using

<?php
use Hoangngoclam\TestLib\Convert;
$text = Convert::convertLatin("Xin chào Việt Nam");
echo ($text);