PHPackages                             davmixcool/laravel-meta-manager - 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. davmixcool/laravel-meta-manager

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

davmixcool/laravel-meta-manager
===============================

Laravel Meta Manager is an SEO tool that is used to improve SEO of a website or specific page by adding recommended meta tags to your application.

1.2(6y ago)15040.8k↓44.9%24[3 issues](https://github.com/davmixcool/laravel-meta-manager/issues)1MITPHPPHP &gt;=5.4.0

Since Oct 8Pushed 4y ago5 watchersCompare

[ Source](https://github.com/davmixcool/laravel-meta-manager)[ Packagist](https://packagist.org/packages/davmixcool/laravel-meta-manager)[ Docs](https://github.com/davmixcool/laravel-meta-manager)[ RSS](/packages/davmixcool-laravel-meta-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (1)

Laravel Meta Manager
====================

[](#laravel-meta-manager)

Laravel Meta Manager is an SEO tool that is used to improve the SEO of a website or specific page by adding recommended meta tags to your application.

[![GitHub license](https://camo.githubusercontent.com/1f64f3254d0811d5d2b72804aa3c4c8005f43e44bec668a7181adef4f83f1ba2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6461766d6978636f6f6c2f6c61726176656c2d6d6574612d6d616e616765722e737667)](https://github.com/davmixcool/laravel-meta-manager/blob/master/LICENSE) [![GitHub issues](https://camo.githubusercontent.com/cb2b74b74f34901afba1398ba9af323ce6c788a362a02acf1d626992d9551f63/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6461766d6978636f6f6c2f6c61726176656c2d6d6574612d6d616e616765722e737667)](https://github.com/davmixcool/laravel-meta-manager/issues) [![CodeFactor](https://camo.githubusercontent.com/db3ce8cc55646cfef51b92ccd0ea81dc141fbbeb5589097ffab4ea3b701681b5/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f6461766d6978636f6f6c2f6c61726176656c2d6d6574612d6d616e616765722f6261646765)](https://www.codefactor.io/repository/github/davmixcool/laravel-meta-manager) [![Stable](https://camo.githubusercontent.com/80d5f5ffc80c1f58ab1ccfb64b0b208ca3e6e5053a9d577f04b7ec1b768a4849/68747470733a2f2f706f7365722e707567782e6f72672f6461766d6978636f6f6c2f6c61726176656c2d6d6574612d6d616e616765722f762f737461626c652e737667)](https://poser.pugx.org/davmixcool/laravel-meta-manager/v/stable.svg) [![Download](https://camo.githubusercontent.com/017dac950ea1aa9684af60fa7b40b7b71bcf2ca61d4e85a2cb9ac817a5ed5c55/68747470733a2f2f706f7365722e707567782e6f72672f6461766d6978636f6f6c2f6c61726176656c2d6d6574612d6d616e616765722f642f746f74616c2e737667)](https://poser.pugx.org/davmixcool/laravel-meta-manager/d/total.svg) [![Twitter](https://camo.githubusercontent.com/bd609363991761bab692c141057b997c49d1437ef71e425a01e7bc47b7d6e0ee/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f68747470732f6769746875622e636f6d2f6461766d6978636f6f6c2f6c61726176656c2d6d6574612d6d616e616765722e7376673f7374796c653d736f6369616c)](https://camo.githubusercontent.com/bd609363991761bab692c141057b997c49d1437ef71e425a01e7bc47b7d6e0ee/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f68747470732f6769746875622e636f6d2f6461766d6978636f6f6c2f6c61726176656c2d6d6574612d6d616e616765722e7376673f7374796c653d736f6369616c)

SEO Features
------------

[](#seo-features)

- Standard Meta Tags
- Facebook OpenGraph Meta Tags
- Twitter Card Meta Tags
- Dublin Core Meta Tags
- Link Tags

Requirements
------------

[](#requirements)

- PHP 5.4 and above

Steps:
------

[](#steps)

- [Install](./#install)
- [Configuration](./#configuration)
- [Usage](./#usage)
- [Example](./#example)
- [Stargazers](./#stargazers)
- [Forkers](./#forkers)
- [Maintainers](./#maintainers)
- [License](./#license)

### Install

[](#install)

**Composer**

Run the following to include this package via Composer

```
composer require davmixcool/laravel-meta-manager

```

#### Laravel 5.5+ uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

[](#laravel-55-uses-package-auto-discovery-so-doesnt-require-you-to-manually-add-the-serviceprovider)

Once the download is complete, the next thing you have to do is include the service provider within `config/app.php`.

```
'providers' => [
        Davmixcool\MetaManager\MetaServiceProvider::class,
];
```

Then run;`php artisan vendor:publish --provider="Davmixcool\MetaManager\MetaServiceProvider"` to get the config of Laravel Meta Manager.

### Configuration

[](#configuration)

Setup default application meta in`meta.php`config. (Optional but recommended)

#### Available options:

[](#available-options)

OptionDescription`robots`Robots option tells search engines what to follow and what not to follow.`revisit_after`Here you may specify how search engines will re-visit and re-crawl your site.`referrer`Here you may specify how you want other sites to get referrer information from your site.`type`Here you may specify the structure type of your website or a specific page`title`Here you may provide the title of your website or a specific page to help search engines understand it better.`description`Here you may provide the description of your website or a specific page to help search engines understand it better.`image`Here you may provide the URL to the image you want search engines and crawlers to make use of when displaying your website or a specific page.`author`Here you may provide the author's name you want search engines to make use of when displaying your website or a specific page.`geo_region`Here you specify the region of your location. This is useful if you have a physical location that is important for your business.`geo_position`Here you specify the geo-coordinates of your physical location in longitude and latitude.`twitter_site`Here you may provide your Twitter @username of your account`twitter_card`Here you may specify the way you want crawlers to understand your Twitter share type.`fb_app_id`Here you may provide your Facebook app id`keywords`Here you may provide keywords relevant to your website and the specific page.### Usage

[](#usage)

Once the configuration is complete you can then add the below at the meta area of the page you want to include meta tags;

```
@include('meta::manager')
```

The above will use the predefined configurations to prefill the generated meta tags. However, if you chose to define certain options on the fly then you can use the code below.

```
@include('meta::manager', [
    'title'         => 'My Example Title',
    'description'   => 'This is my example description',
    'image'         => 'Url to the image',
])
```

### Example

[](#example)

```

        Document
        @include('meta::manager', [
            'title'         => 'My Example Title',
            'description'   => 'This is my example description',
            'image'         => '',
        ])

```

### Stargazers

[](#stargazers)

[![Stargazers repo roster for @davmixcool/laravel-meta-manager](https://camo.githubusercontent.com/76e07fd10aab6fdf56e238ab23db44ba44aa28c03f816a822ea78a09e58186f3/68747470733a2f2f7265706f726f737465722e636f6d2f73746172732f6461766d6978636f6f6c2f6c61726176656c2d6d6574612d6d616e61676572)](https://github.com/davmixcool/laravel-meta-manager/stargazers)

### Forkers

[](#forkers)

[![Forkers repo roster for @davmixcool/laravel-meta-manager](https://camo.githubusercontent.com/17ff8d22174d0752d8afe863994565079456e15ecb4e00c3df5fcfa0ffcd52af/68747470733a2f2f7265706f726f737465722e636f6d2f666f726b732f6461766d6978636f6f6c2f6c61726176656c2d6d6574612d6d616e61676572)](https://github.com/davmixcool/laravel-meta-manager/network/members)

### Maintainers

[](#maintainers)

This package is maintained by [David Oti](http://github.com/davmixcool) and you!

### License

[](#license)

This package is licensed under the [MIT license](https://github.com/davmixcool/laravel-meta-manager/blob/master/LICENSE).

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85% 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 ~216 days

Total

3

Last Release

2347d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58f0b7a6b4a01c486263394e1414b3296ded35a5b565213a77aa906410137beb?d=identicon)[davmixcool](/maintainers/davmixcool)

---

Top Contributors

[![davmixcool](https://avatars.githubusercontent.com/u/5640065?v=4)](https://github.com/davmixcool "davmixcool (17 commits)")[![kossa](https://avatars.githubusercontent.com/u/1175584?v=4)](https://github.com/kossa "kossa (2 commits)")[![lloricode](https://avatars.githubusercontent.com/u/8251344?v=4)](https://github.com/lloricode "lloricode (1 commits)")

---

Tags

socialtagsseometa-tagsdavmixcoollaravel-meta-manager

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/davmixcool-laravel-meta-manager/health.svg)

```
[![Health](https://phpackages.com/badges/davmixcool-laravel-meta-manager/health.svg)](https://phpackages.com/packages/davmixcool-laravel-meta-manager)
```

###  Alternatives

[arcanedev/seo-helper

SEO Helper is a framework agnostic package that provides tools &amp; helpers for SEO (Laravel supported).

332467.0k4](/packages/arcanedev-seo-helper)[devrabiul/laravel-seo-manager

Laravel SEO Manager is an SEO tool that improves SEO by adding recommended meta tags.

404.8k](/packages/devrabiul-laravel-seo-manager)[coffeecode/optimizer

Optimizer makes it easy to bookmark your site tags, open graph and twitter card

28260.9k2](/packages/coffeecode-optimizer)[fomvasss/laravel-meta-tags

A package to manage SEO (meta-tags, xml-fields, etc.)

3028.9k](/packages/fomvasss-laravel-meta-tags)[torann/laravel-meta-tags

A package to manage Header Meta Tags

65273.3k4](/packages/torann-laravel-meta-tags)[pedroborges/meta-tags

HTML meta tags generator for PHP.

4628.6k1](/packages/pedroborges-meta-tags)

PHPackages © 2026

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