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 4y 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 1mo ago

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 32% 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

1827d 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

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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