PHPackages                             airani/yii2-bootstrap-rtl - 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. [Framework](/categories/framework)
4. /
5. airani/yii2-bootstrap-rtl

ActiveYii2-extension[Framework](/categories/framework)

airani/yii2-bootstrap-rtl
=========================

The Twitter Bootstrap Rtl extension for the Yii 2.0 framework

1.2.1(7y ago)735.9k↑233.3%3[1 issues](https://github.com/airani/yii2-bootstrap-rtl/issues)4BSD-3-ClausePHP

Since Mar 23Pushed 7y ago2 watchersCompare

[ Source](https://github.com/airani/yii2-bootstrap-rtl)[ Packagist](https://packagist.org/packages/airani/yii2-bootstrap-rtl)[ RSS](/packages/airani-yii2-bootstrap-rtl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (4)

Twitter Bootstrap RTL Extension for Yii 2
=========================================

[](#twitter-bootstrap-rtl-extension-for-yii-2)

This is the Twitter Bootstrap RTL (Right to Left) extension for Yii 2. It create an AssetBundle for [Rtl bootstrap](https://github.com/morteza/bootstrap-rtl).

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist airani/yii2-bootstrap-rtl

```

or add

```
"airani/yii2-bootstrap-rtl": "*"

```

to the require section of your `composer.json` file.

For using this asset bundle you need just add this line `'airani\bootstrap\BootstrapRtlAsset'` in `$depends` of `AppAsset` or any asset bundels you work that.

Example:

```
namespace backend\assets;

use yii\web\AssetBundle;

class AppAsset extends AssetBundle
{
    public $basePath = '@webroot';
    public $baseUrl = '@web';
    public $css = [
        'css/site.css',
    ];
    public $depends = [
        'yii\web\YiiAsset',
        'yii\bootstrap\BootstrapAsset',
        'airani\bootstrap\BootstrapRtlAsset',
    ];
}
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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

Every ~462 days

Total

4

Last Release

2682d ago

### Community

Maintainers

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

---

Top Contributors

[![airani](https://avatars.githubusercontent.com/u/438573?v=4)](https://github.com/airani "airani (4 commits)")[![Baha2Odeh](https://avatars.githubusercontent.com/u/2823958?v=4)](https://github.com/Baha2Odeh "Baha2Odeh (1 commits)")

---

Tags

yii2bootstraprtl

### Embed Badge

![Health badge](/badges/airani-yii2-bootstrap-rtl/health.svg)

```
[![Health](https://phpackages.com/badges/airani-yii2-bootstrap-rtl/health.svg)](https://phpackages.com/packages/airani-yii2-bootstrap-rtl)
```

###  Alternatives

[yiisoft/yii2-bootstrap

The Twitter Bootstrap extension for the Yii framework

19819.6M1.0k](/packages/yiisoft-yii2-bootstrap)[yiisoft/yii2-bootstrap4

The Twitter Bootstrap extension for the Yii framework

2183.3M184](/packages/yiisoft-yii2-bootstrap4)[yiisoft/yii2-bootstrap5

The Twitter Bootstrap v5 extension for the Yii framework

661.4M121](/packages/yiisoft-yii2-bootstrap5)[vova07/yii2-start

Yii2-Start it's a small Yii 2 application template for your fast project start.

26811.1k7](/packages/vova07-yii2-start)

PHPackages © 2026

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