PHPackages                             ramiro/html-meta-group - 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. [Templating &amp; Views](/categories/templating)
4. /
5. ramiro/html-meta-group

ActiveLibrary[Templating &amp; Views](/categories/templating)

ramiro/html-meta-group
======================

Etiqueta meta para el head y metodos para generar un grupo de ellas.

v1.0.0(5y ago)0201MITPHP

Since May 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/rgg7888/htmlMetaGroup)[ Packagist](https://packagist.org/packages/ramiro/html-meta-group)[ RSS](/packages/ramiro-html-meta-group/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

htmlMetaGroup
=============

[](#htmlmetagroup)

Meta Tags Group
===============

[](#meta-tags-group)

```
$metaGroup = new MetaGroup([
    'author' => "John Doe",
    'description' => "Free Web tutorials",
    'keywords' => "HTML, CSS, JavaScript"
]);
$metaGroup->Group();
```

Como se observa en las lineas de arriba inicializamos un objeto con el contructor y le pasamos las claves y valores que se indican en el arreglo y finalmente llamamos a la funcion Group() para incrustar las meta tags dentro del head.

Como insertar el grupo de meta tags dentro del head del wrapper ?
------------------------------------------------------------------

[](#como-insertar-el-grupo-de-meta-tags-dentro-del-head-del-wrapper--)

```
page ([
    'idioma' => 'en',
    'head' => [
        $metaGroup->Group()
    ],
    'body' => [
        'contenido' => [],
        'atributos' => []
    ]
]);
```

Como puede observar , solamente agregamos la funcion dentro del array del contenido del head en la funcion page() y de ese modo agregamos el grupo de meta tags dentro del wrapper page().

 con el helper

```
    group()

```

 no es necesario instanciar la clase solo utilize la funcion group() directamente en el head

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1872d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/333731?v=4)[Rami Grossman](/maintainers/ramigg)[@ramigg](https://github.com/ramigg)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ramiro-html-meta-group/health.svg)

```
[![Health](https://phpackages.com/badges/ramiro-html-meta-group/health.svg)](https://phpackages.com/packages/ramiro-html-meta-group)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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