PHPackages                             lagman/yii-qtip2 - 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. lagman/yii-qtip2

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

lagman/yii-qtip2
================

qTip2 component for Yii

115JavaScript

Since Apr 14Pushed 12y ago1 watchersCompare

[ Source](https://github.com/russianlagman/yii-qtip2)[ Packagist](https://packagist.org/packages/lagman/yii-qtip2)[ RSS](/packages/lagman-yii-qtip2/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

qTip2 component for Yii
=======================

[](#qtip2-component-for-yii)

By Alexey Samoylov (). Based on [Parcouss qTip2 extension](http://www.yiiframework.com/extension/qtip2).

Requirements
------------

[](#requirements)

- **PHP 5.4**
- **Yii 1.x**

### Examples

[](#examples)

Global component configuration example:

```
'components' => [
	'qTip2' => [
	    'class' => 'ext.qTip2.qTip2',
	    'options' => [
	        'position' => [
	            'my' => 'middle left',
	            'at' => 'middle right',
	        ]
	    ],
	],
]
```

Usage example:

```
Yii::import('ext.qTip2.qTip2');
qTip2::apply('input[title], textarea[title], select[title]');

echo $form->fileField($model, 'example_field', [
    'title' => 'Example tooltip.',
]);
```

### Links

[](#links)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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/1297270?v=4)[Vahid G](/maintainers/lagman)[@lagman](https://github.com/lagman)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/lagman-yii-qtip2/health.svg)

```
[![Health](https://phpackages.com/badges/lagman-yii-qtip2/health.svg)](https://phpackages.com/packages/lagman-yii-qtip2)
```

###  Alternatives

[maisondunet/module-gtm-cookie-consent

A simple cookie consent module for magento. It relies on new GTM consent functionality.

145.9k](/packages/maisondunet-module-gtm-cookie-consent)

PHPackages © 2026

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