hoangngoclam / test_lib
This is first package Jay upload into packagist
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hoangngoclam/test_lib
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-09-29 03:06:35 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);