This is Laravel's Bengali text converter package. Through this package, you can easily convert text from Unicode to Bijoy in your Laravel application and convert Bijoy to Unicode.
nanopkg/laravel-bangla-text-converter is a Laravel package for this is laravel's bengali text converter package. through this package, you can easily convert text from unicode to bijoy in your laravel application and convert bijoy to unicode..
It currently has 9 GitHub stars and 30 downloads on Packagist (latest version 2.0.1).
Install it with composer require nanopkg/laravel-bangla-text-converter.
Discover more Laravel packages by nanopkg
or browse all Laravel packages to compare alternatives.
Last updated
This is Laravel's Bengali text converter package. Through this package, you can easily convert text from Unicode to Bijoy in your Laravel application and convert Bijoy to Unicode.
You can install the package via composer:
composer require nanopkg/laravel-bangla-text-converter
$avro = 'আমার সোনার বাংলা, আমি তোমার ভালোবাসি।';
$converter = Nanopkg\BanglaTextConverter\Facades\BanglaTextConverter::toBijoy($avro);
return $converter;
$bijoy = 'Avgvi †mvbvi evsjv, Avwg †Zvgvi fv‡jvevwm|';
$converter = Nanopkg\BanglaTextConverter\Facades\BanglaTextConverter::toUnicode($bijoy);
return $converter;
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.