PHPackages                             dlds/yii2-metas - 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. dlds/yii2-metas

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

dlds/yii2-metas
===============

Yii2 Meta Tags handler

1.0.6(9y ago)08.4k↓50%BSDPHP

Since Jun 4Pushed 8y ago2 watchersCompare

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

READMEChangelog (4)Dependencies (6)Versions (8)Used By (0)

Meta tags for Yii 2.x
=====================

[](#meta-tags-for-yii-2x)

Meta tags extension for Yii 2.0. Used for registering appropriate meta tags into current web view.

Available tags types
--------------------

[](#available-tags-types)

- [OpenGraph](http://ogp.me)

Configuration
-------------

[](#configuration)

```
'components' => [
	'metas' => [
		'class' => 'dlds\metas\MetaHandler',
                'title' => 'Default title goes here',
                'description' => 'Default description goes here',
                //...
	],
	//...
],

```

Usage
-----

[](#usage)

Meta tags must be registered before page render do its work

```
Yii::$app->metas->title = 'Custom title';
Yii::$app->metas->description = 'Custom description';

```

Available Properties
--------------------

[](#available-properties)

- [OpenGraph Tags](http://ogp.me/#metadata)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~108 days

Recently: every ~163 days

Total

7

Last Release

3345d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23f0d05bb48111bd348c97af007c453b374ba03c36ec4fd114dfd73896bf5958?d=identicon)[dlds](/maintainers/dlds)

---

Top Contributors

[![jirisvoboda](https://avatars.githubusercontent.com/u/10264326?v=4)](https://github.com/jirisvoboda "jirisvoboda (6 commits)")[![svobik7](https://avatars.githubusercontent.com/u/761766?v=4)](https://github.com/svobik7 "svobik7 (6 commits)")

---

Tags

handleryii2metas

### Embed Badge

![Health badge](/badges/dlds-yii2-metas/health.svg)

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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