PHPackages                             sky/yii2-openui5 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sky/yii2-openui5

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

sky/yii2-openui5
================

asset openui5 for yii2

v1.1(8y ago)21341Apache License 2.0PHP

Since Aug 31Pushed 8y agoCompare

[ Source](https://github.com/rockman84/yii2-openui5)[ Packagist](https://packagist.org/packages/sky/yii2-openui5)[ Docs](https://rockman84.github.io/yii2-openui5/)[ RSS](/packages/sky-yii2-openui5/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

[![openui5](https://avatars0.githubusercontent.com/u/13307823?v=4&s=200)](https://avatars0.githubusercontent.com/u/13307823?v=4&s=200)

yii2-openui5
============

[](#yii2-openui5)

[Yii2-openui5](https://rockman84.github.io/yii2-openui5/) is extension for [Yii2 Framework](http://www.yiiframework.com/). to easy intergrate with [OpenUi5](http://openui5.org/) asset.

How To Install?
---------------

[](#how-to-install)

via composer run

```
php composer.phar require sky/yii2-openui5 "*"

```

or add in composer.json to require selection

```
"sky/yii2-openui5" : "*"

```

Next step (Why do this? I'm try using bower but not compatible with Yii2 Asset structure):

- [download Openui5](http://openui5.org/download.html) sdk or runtime
- extract zip file
- copy all files inside openui5-xxx-xxx folder to folder vendor/sky/yii2-openui5/src/assets/openui5

How To Use?
-----------

[](#how-to-use)

### Basic Use

[](#basic-use)

add the below code at view file

```
use sky\openui5\OpenUiAsset;

OpenUiAsset::register($this);
```

or add 'sky\\openui5\\OpenUiAsset' at property $depends in your application Asset class example:

```
    public $depends = [
        'yii\web\YiiAsset',
        'yii\bootstrap\BootstrapAsset',
        'sky\openui5\OpenUiAsset',
    ];
```

### Advanced Use

[](#advanced-use)

create new file MyAppAsset.php in app/assets folder

```
namespace app\assets;

class MyAppAsset extends \yii\web\AssetBundle
{
    public $sourcePath = '@app/assets/myapp';
}
```

create new file YourAppAsset.php at app/assets folder

```
namespace app\assets;

class YourAppAsset extends \sky\openui5\OpenUiAsset
{
    // set your application asset depends
    public $appAssets = [
        'myapp' => 'app\assets\MyAppAsset',
    ];

    // set openui5 data options
    public $jsOptions = [
        'data' => [
            'sap-ui-theme' => 'sap_belize',
            'sap-ui-libs' => 'sap.m'
        ]
    ];
}
```

run at your view file

```
use app\assets\YourAppAsset;

YourAppAsset::register($this);
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~8 days

Total

2

Last Release

3165d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/457fb0aadfdff9bd8118917fae32f7aadef5f4f65196c7c4a1d38a2980e0c827?d=identicon)[rockman84](/maintainers/rockman84)

---

Top Contributors

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

---

Tags

javascriptopenui5phpyii2-extensionyii2-openui5

### Embed Badge

![Health badge](/badges/sky-yii2-openui5/health.svg)

```
[![Health](https://phpackages.com/badges/sky-yii2-openui5/health.svg)](https://phpackages.com/packages/sky-yii2-openui5)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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