PHPackages                             nahid940/language - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. nahid940/language

ActiveLibrary[Localization &amp; i18n](/categories/localization)

nahid940/language
=================

A library to manage bangla and english language in any php based project

1.0(6y ago)09PHP

Since Feb 28Pushed 6y agoCompare

[ Source](https://github.com/Nahid940/language)[ Packagist](https://packagist.org/packages/nahid940/language)[ RSS](/packages/nahid940-language/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

language
========

[](#language)

A simple light weight PHP library for converting language into English to Bangla or Bangla To English

Requirements
============

[](#requirements)

- PHP Version 5.5+
- Composer installed in your Computer

Installation
============

[](#installation)

Rum the Command

```
   composer require nahid940/language
```

autoload the file in your php file

```
    require 'vendor/autoload.php'
```

instantiate The object of Language Class

```
    use Language\Language;
    $lng=new Language();
    echo $lng->getLanguage('bn',2);
    echo $lng->getLanguage('en',2);
```

1. You will get the output 'বয়স'
2. You will get the output 'Age'

Now You can manage the json file according to your need in the folder vendor/nahid940/json\_files.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2270d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ad082116ad7e4f46be4fe7c6d1c4aaaa51f461e23da39e260f3eb9c2e79689b?d=identicon)[nahid940](/maintainers/nahid940)

---

Top Contributors

[![Nahid940](https://avatars.githubusercontent.com/u/17146239?v=4)](https://github.com/Nahid940 "Nahid940 (13 commits)")

### Embed Badge

![Health badge](/badges/nahid940-language/health.svg)

```
[![Health](https://phpackages.com/badges/nahid940-language/health.svg)](https://phpackages.com/packages/nahid940-language)
```

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
