atk14/translate

A PHP class for converting strings between character maps

v1.2.2 2019-11-16 18:14 UTC

This package is auto-updated.

Last update: 2024-03-17 03:54:58 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