atk14 / translate
A PHP class for converting strings between character maps
Installs: 30 831
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
Requires (Dev)
- atk14/tester: *
This package is auto-updated.
Last update: 2024-11-17 05:17:53 UTC
README
A PHP class for converting strings between character maps
Basic usage
echo Translate::Trans($utf8_content,"UTF-8","ISO-8859-2");
Installation
Use the Composer to install the panel.
cd path/to/your/project/
composer require atk14/translate dev-master
Licence
Translate is free software distributed under the terms of the MIT license