PHPackages                             woren951/meta-tags - 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. woren951/meta-tags

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

woren951/meta-tags
==================

HTML meta tags generation by PHP

1.0.1(2y ago)1667↓73.3%1[1 PRs](https://github.com/woren951/meta-tags/pulls)MITPHPPHP ^7.3|^8.0

Since Jul 31Pushed 2y ago2 watchersCompare

[ Source](https://github.com/woren951/meta-tags)[ Packagist](https://packagist.org/packages/woren951/meta-tags)[ RSS](/packages/woren951-meta-tags/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Meta Tags
=========

[](#meta-tags)

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

[](#installation)

Add `woren951/meta-tags` to `composer.json` with a text editor:

```
"woren951/meta-tags": "dev-master"

```

Or via a console:

```
composer require woren951/meta-tags

```

> This library requires PHP &gt;=7.3.

Introduction
------------

[](#introduction)

Example:

```
app('meta-tags')->title('Page title')
  ->description('Page description')
  ->canonical('https://github.com/woren951/meta-tags')
  ->robots('index,nofollow')
  ->image('https://picsum.photos/1200/630', 1200, 630, 'image/jpeg');
```

Render meta tags in a template as follows:

```
{!! app('meta-tags')->render() !!}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~59 days

Total

2

Last Release

1009d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/502646c2842cccc9d1541178fe697471baba90810d2a9f4d5801fc28ba918760?d=identicon)[woren951](/maintainers/woren951)

---

Top Contributors

[![woren951](https://avatars.githubusercontent.com/u/13134148?v=4)](https://github.com/woren951 "woren951 (3 commits)")

### Embed Badge

![Health badge](/badges/woren951-meta-tags/health.svg)

```
[![Health](https://phpackages.com/badges/woren951-meta-tags/health.svg)](https://phpackages.com/packages/woren951-meta-tags)
```

###  Alternatives

[yii2mod/yii2-link-preview

LinkPreview widget renders page preview

281.7k](/packages/yii2mod-yii2-link-preview)[jumper423/yii2-captcha

Распознавание капч для всех популярных сервисов rucaptcha.com, 2captcha.com, pixodrom.com, captcha24.com, socialink.ru, anti-captcha.com

172.6k2](/packages/jumper423-yii2-captcha)[codein/ibexa-seo-toolkit

Ibexa Toolkit to advise users on best SEO practices.

112.5k](/packages/codein-ibexa-seo-toolkit)

PHPackages © 2026

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