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 today

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

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

[leth/ip-address

IPv4 and IPv6 address and subnet classes with awesome utility functions.

64741.3k3](/packages/leth-ip-address)[vonage/vonage-laravel

Service provider for Laravel for the Vonage PHP SDK

391.2M](/packages/vonage-vonage-laravel)[aymanrb/php-unstructured-text-parser

A PHP library to help extract text out of text documents

4723.3k](/packages/aymanrb-php-unstructured-text-parser)

PHPackages © 2026

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