PHPackages                             fproject/yii2-flex - 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. fproject/yii2-flex

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

fproject/yii2-flex
==================

FlexWiget - a Yii 2.0 Widget for Flex application

1.1.4(8y ago)12422Apache License 2.0PHP

Since Mar 10Pushed 8y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (22)Used By (0)

yii2-flex
=========

[](#yii2-flex)

FlexWiget - a Yii 2.0 Widget for Flex application

[![Latest Stable Version](https://camo.githubusercontent.com/8d4936428a0c5a11b75a24004956ed8c5a4d96cf0a479d0902fca747f282b844/68747470733a2f2f706f7365722e707567782e6f72672f6670726f6a6563742f796969322d666c65782f762f737461626c65)](https://packagist.org/packages/fproject/yii2-flex)[![Total Downloads](https://camo.githubusercontent.com/4aa8ca786c5846db31f673b4eb690df1f46cbe11097c2c6650cc6d78897cd306/68747470733a2f2f706f7365722e707567782e6f72672f6670726f6a6563742f796969322d666c65782f646f776e6c6f616473)](https://packagist.org/packages/fproject/yii2-flex)[![Latest Unstable Version](https://camo.githubusercontent.com/f8cc5a5fbfb02e7d4911a9dab9bb7a5ffe46a1e51b8c9674b060b75cd1bfc4b1/68747470733a2f2f706f7365722e707567782e6f72672f6670726f6a6563742f796969322d666c65782f762f756e737461626c65)](https://packagist.org/packages/fproject/yii2-flex)[![Build](https://camo.githubusercontent.com/c530b8f13a8eb5d9f18c95f12a478dfde8cfdcb63508855d777775706aaa4726/68747470733a2f2f7472617669732d63692e6f72672f6670726f6a6563742f796969322d666c65782e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/fproject/yii2-flex)[![License](https://camo.githubusercontent.com/3abfc89dfb60f1023288d8b3b18e1fdc5d3731c36f77a44ad50246b66cfa470e/68747470733a2f2f706f7365722e707567782e6f72672f6670726f6a6563742f796969322d666c65782f6c6963656e7365)](https://packagist.org/packages/fproject/yii2-flex)

\##Requirements

Yii 2.0 or above

\##Installation

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

```
composer.phar require fproject/yii2-flex:"*"

```

\##Usage

See the following sample code of view file:

```
 FlexWidget::begin([
     'name'=>'MyFlexApp', //Name of your Flex application file without SWF extension
     'baseUrl'=>'/flexapps/myflexapp', //Relative path to your flex app dir
     'rslBaseUrl'=>'/flexapps/rsls', //Relative path to your flex RSLs dir
     'moduleBaseUrl'=>'/flexapps/myflexapp/modules', //Relative path to your module dir
     'logoUrl' => 'url_to_your_logo',
     'width'=>'100%',
     'height'=>'100%',
     'align'=>'left',
     'enableHistory'=>'false',
     'allowFullScreen'=>'true',
     'allowFullScreenInteractive'=>'true',
     'flashVars'=>[ //The variables you want to pass to Flex application
         'loginUserId'=>'my_user_id_xxx', //The logged in User ID
         'userToken'=>'the_login_token', //The auth token that will be used for Flex's RPC authentication
     ],
 ]);
 FlexWidget::end();

```

Links
-----

[](#links)

- [GitHub](https://github.com/fproject/yii2-flex)
- [Packagist](https://packagist.org/packages/fproject/yii2-flex)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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 ~46 days

Recently: every ~133 days

Total

21

Last Release

3204d ago

Major Versions

0.7.0 → 1.0.02015-06-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/b46aa1d9b38769bf891a8a11893d63528bb5c5fd9e3a41d5604152053e7dfee1?d=identicon)[F-Project](/maintainers/F-Project)

---

Top Contributors

[![h3d-thanhpv](https://avatars.githubusercontent.com/u/6016904?v=4)](https://github.com/h3d-thanhpv "h3d-thanhpv (8 commits)")[![thanhpv-102](https://avatars.githubusercontent.com/u/40025755?v=4)](https://github.com/thanhpv-102 "thanhpv-102 (1 commits)")

---

Tags

flexyii2

### Embed Badge

![Health badge](/badges/fproject-yii2-flex/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[yiisoft/yii2-redis

Redis Cache, Session and ActiveRecord for the Yii framework

47912.3M279](/packages/yiisoft-yii2-redis)[yiisoft/yii2-app-advanced

Yii 2 Advanced Project Template

1.7k961.7k5](/packages/yiisoft-yii2-app-advanced)[yiisoft/yii2-httpclient

HTTP client extension for the Yii framework

44411.6M327](/packages/yiisoft-yii2-httpclient)[yiisoft/yii2-debug

The debugger extension for the Yii framework

21624.5M620](/packages/yiisoft-yii2-debug)[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

7101.8M8](/packages/yiisoft-yii2-app-basic)

PHPackages © 2026

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