hoangngoclam / test_lib
This is first package Jay upload into packagist
v1.0.0
2022-12-30 12:46 UTC
Requires
- php: >=7.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:28:55 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);