ar_nishan / bangla_converter
Bangla/Bengali string transformation library which can convert Bangla string Unicode/Avro to Bijoy and also Bijoy to Avro
v1.0.2
2022-06-12 19:33 UTC
This package is auto-updated.
Last update: 2025-08-13 23:57:31 UTC
README
Bangla/Bengali string transformation library which can convert Bangla string Unicode/Avro to Bijoy and also Bijoy to Avro
Installation
Laravel
Require this package in your composer.json and update composer. This will download the package and the libraries also.
composer require ar_nishan/bangla_converter
Using
Just create a Translate Class instance and then call the predefined function.
$translator = new \ArNishan\BanglaConverter\Translate; $translator->unicodeToBijoy('আমার সোনার বাংলা'); $translator->bijoyToUnicode('Avgvi ‡mvbvi evsjv');
Or use the facade:
use ArNishan\BanglaConverter\Facade\Translator; $translator = Translator::unicodeToBijoy('আমার সোনার বাংলা'); $translator = Translator::bijoyToUnicode('Avgvi ‡mvbvi evsjv');
License
This Bangla Converter for Laravel is open-sourced software licensed under the MIT license