PHPackages                             kelvysmoura/mtp - 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. kelvysmoura/mtp

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

kelvysmoura/mtp
===============

Classe para auxiliar na criação de meta tags de redes sociais e meta tags seo

1.0.0(8y ago)014MITPHPPHP &gt;=5.5.0

Since Dec 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kelvysmoura/metatagsphp)[ Packagist](https://packagist.org/packages/kelvysmoura/mtp)[ RSS](/packages/kelvysmoura-mtp/feed)WikiDiscussions master Synced 2w ago

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

Meta Tags Php
=============

[](#meta-tags-php)

Instação Composer
-----------------

[](#instação-composer)

`$ composer require kelvysmoura/mtp`

Como usar
---------

[](#como-usar)

```
use MetaTagsPhp\Mtp;
$metatags = new Mtp();
```

Gerando tags open graph (facebook)
----------------------------------

[](#gerando-tags-open-graph-facebook)

```
use MetaTagsPhp\Mtp;
$metatags = new Mtp();

# Gerando tags html
$metatags->OpenGraph([
  "title" => "Meu Site"
]);

# Mostrando Tags
$metatags->showTags();
// resultado:
```

Gerando tags SEO
----------------

[](#gerando-tags-seo)

```
use MetaTagsPhp\Mtp;
$metatags = new Mtp();

# Gerando tags html
$metatags->MetaName([
  "author" => "Kelvys Moura"
]);

# Mostrando Tags
$metatags->showTags();
// resultado:
```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

3151d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16640504?v=4)[Kelvys Moura](/maintainers/kelvysmoura)[@kelvysmoura](https://github.com/kelvysmoura)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kelvysmoura-mtp/health.svg)

```
[![Health](https://phpackages.com/badges/kelvysmoura-mtp/health.svg)](https://phpackages.com/packages/kelvysmoura-mtp)
```

###  Alternatives

[shpasser/gae-support-l5

Google App Engine Support for Laravel 5.1 apps.

15915.4k](/packages/shpasser-gae-support-l5)[ghalwash/merq-laravel-nova-theme-responsive

A Laravel Nova responsive theme.

1535.3k1](/packages/ghalwash-merq-laravel-nova-theme-responsive)[mmeester/shopware6-dev-tools

Additional tools to support your Shopware 6 development

121.6k](/packages/mmeester-shopware6-dev-tools)

PHPackages © 2026

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