PHPackages                             daxslab/yii2-taggedview - 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. daxslab/yii2-taggedview

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

daxslab/yii2-taggedview
=======================

Extension to help setup the standard HTML meta tags besides the ones defined by Opengraph and Twitter to contribute to website SEO

1.0.3(4y ago)114.5k↓33.3%[2 issues](https://github.com/daxslab/yii2-taggedview/issues)MITPHP

Since Dec 25Pushed 4y ago4 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

TaggedView
==========

[](#taggedview)

[![Build Status](https://camo.githubusercontent.com/5185d0e9d379da404640571ae7736a11318f616e60d54855133c45bf902d47fe/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f646178736c61622f796969322d746167676564766965772e706e67)](http://travis-ci.org/daxslab/yii2-taggedview)[![Latest Stable Version](https://camo.githubusercontent.com/b9112a20bc900537d53a685171cb6cfa1ff4bad51a371156226ab9403d16cbda/68747470733a2f2f706f7365722e707567782e6f72672f646178736c61622f796969322d746167676564766965772f762f737461626c652e737667)](https://packagist.org/packages/daxslab/yii2-taggedview)[![Total Downloads](https://camo.githubusercontent.com/87266c3fe763e8609e94801eacd8d8818a6a9d1af819d2268ae2895f2dba543f/68747470733a2f2f706f7365722e707567782e6f72672f646178736c61622f796969322d746167676564766965772f646f776e6c6f616473)](https://packagist.org/packages/daxslab/yii2-taggedview)[![Latest Unstable Version](https://camo.githubusercontent.com/b4102abbe261412b74f0ad2e322a9e69a5121bf310ff6603b5f8db65b79e217e/68747470733a2f2f706f7365722e707567782e6f72672f646178736c61622f796969322d746167676564766965772f762f756e737461626c652e737667)](https://packagist.org/packages/daxslab/yii2-taggedview)[![License](https://camo.githubusercontent.com/fccc42e5dd4fe7ee9d7284426b43b5fe87e24ed47d8167b88ece10de59b0e7e0/68747470733a2f2f706f7365722e707567782e6f72672f646178736c61622f796969322d746167676564766965772f6c6963656e73652e737667)](https://packagist.org/packages/daxslab/yii2-taggedview)

Extension to help setup the standard HTML meta tags besides the ones defined by Opengraph and TwitterCard to contribute to website SEO

Installation
------------

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist daxslab/yii2-taggedview "*"

```

or add

```
"daxslab/yii2-taggedview": "*"

```

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

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

[](#configuration)

Configure the View component into the main configuration file of your application:

```
'components' => [
    //...
    'view' => [
        'class' => 'daxslab\taggedview\View',
        //configure some default values that will be shared by all the pages of the website
        //if they are not overwritten by the page itself
        'image' => 'http://domain.com/images/default-image.jpg',
    ],
    //...
]
```

Defaults
--------

[](#defaults)

The component will try to set some properties by default:

```
$this->site_name = Yii::$app->name;
$this->url = Yii::$app->request->baseUrl;
$this->locale = Yii::$app->language;
```

You can overwrite the content of this tags in every page or in the component configuration.

Usage
-----

[](#usage)

Once the extension is configured, simply use it in your views by:

```

```

Proudly made by [Daxslab](http://daxslab.com).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

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 ~446 days

Total

4

Last Release

1721d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13596248?v=4)[Gabriel Alejandro López López](/maintainers/glpzzz)[@glpzzz](https://github.com/glpzzz)

![](https://www.gravatar.com/avatar/ee680a9e5bd2827f4097e661681a88d64ea64e7c82c22a2398ed0d544676b11a?d=identicon)[cccaballero](/maintainers/cccaballero)

---

Top Contributors

[![glpzzz](https://avatars.githubusercontent.com/u/13596248?v=4)](https://github.com/glpzzz "glpzzz (10 commits)")

---

Tags

facebookhtmltwitteryii2seometatags

### Embed Badge

![Health badge](/badges/daxslab-yii2-taggedview/health.svg)

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

###  Alternatives

[kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

91256.5k8](/packages/kartik-v-yii2-social)[umanskyi31/opengraph

Created a new component for Yii2. The Open Graph component for your website

119.7k](/packages/umanskyi31-opengraph)[amirax/yii2-seo-tools

SEO tools for Yii 2 framework

131.1k](/packages/amirax-yii2-seo-tools)

PHPackages © 2026

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