PHPackages                             salatnik/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. salatnik/yii2-bootstrap-rtl

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

salatnik/yii2-bootstrap-rtl
===========================

The Twitter Bootstrap Rtl extension for the Yii 2.0 framework

03PHP

Since Aug 20Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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/salatnik/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 salatnik/yii2-bootstrap-rtl

```

or add

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

```

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

For using this asset bundle you need just add this line `'salatnik\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',
        'salatnik\bootstrap\BootstrapRtlAsset',
    ];
}
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2696299?v=4)[Simon Kamenetskiy](/maintainers/skamenetskiy)[@skamenetskiy](https://github.com/skamenetskiy)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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