PHPackages                             linguakit/arabic - 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. linguakit/arabic

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

linguakit/arabic
================

v1.0.0(3y ago)28PHPPHP &gt;=7.4.0

Since Oct 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/linguakit/arabic)[ Packagist](https://packagist.org/packages/linguakit/arabic)[ Docs](https://github.com/linguakit/arabic)[ RSS](/packages/linguakit-arabic/feed)WikiDiscussions main Synced today

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

LinguaKit Arabic
================

[](#linguakit-arabic)

Right now, this library **only supports Arabic to Arabizi**.

Installation
------------

[](#installation)

### With Composer

[](#with-composer)

```
composer require linguakit/arabic

```

Then include LinguaKit Arabic in your code:

```
include 'vendor/autoload.php';
use LinguaKit\Arabic\Arabic;
```

### Without Composer

[](#without-composer)

1. Download source OR git clone
2. Include the LinguaKit Arabic:

```
include 'src/arabic.class.php';
```

Documentation
-------------

[](#documentation)

### Convert Arabic to Arabizi

[](#convert-arabic-to-arabizi)

```
/*
Uncomment if you are not using composer
include 'src/arabic.class.php';
*/
include 'vendor/autoload.php'; // Comment out if you are not using Composer
use LinguaKit\Arabic\Arabic; // Comment out if you are not using Composer
$arabic = new Arabic();
$text = 'مرحبا بالعالم!';
$arabizi = $arabic->arabizi($text);
echo $arabizi; // Returns "mr7baa baal3aalm!"
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

1365d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab5437e81e27da855d0d0acc102449e8072a5dfaa4526d095e2cbc351a221b67?d=identicon)[linguakit](/maintainers/linguakit)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/linguakit-arabic/health.svg)

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

###  Alternatives

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1927.0k1](/packages/smmoosavi-php-gettext)

PHPackages © 2026

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