PHPackages                             evabioz/og-middleware - 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. evabioz/og-middleware

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

evabioz/og-middleware
=====================

Laravel middleware for allow open graph bot visit it

v1.0.0(8y ago)09MITPHPPHP &gt;=5.5.9

Since Jul 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/evabioz/og-middleware)[ Packagist](https://packagist.org/packages/evabioz/og-middleware)[ RSS](/packages/evabioz-og-middleware/feed)WikiDiscussions master Synced 3d ago

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

og-middleware
=============

[](#og-middleware)

Laravel middleware for allow open graph bot visit it

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

[](#requirements)

- PHP 5.5.9+
- Laravel 5+

Installation
------------

[](#installation)

First, pull in the package through Composer.

```
composer require evabioz/og-middleware
```

And then include the service provider within `app/config/app.php`.

```
'providers' => [
    Evabioz\OGMiddleware\OGMiddlewareServiceProvider::class,
];
```

### Publish the package config file

[](#publish-the-package-config-file)

```
$ php artisan vendor:publish --provider="Evabioz\OGMiddleware\OGMiddlewareServiceProvider"
```

Configuration
-------------

[](#configuration)

You can use named route, or asterix syntax (without start and end markers).

```
// within app/config/og-middleware.php

'route_endpoint_list' => [

    // 'foo/bar' => OpenGraphEndpoint::class

],
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3229d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17d36bf4f01f5fa9ac7e778b0a12466fb6b63b1e55a5576d5c4402ab523c0a2a?d=identicon)[evabioz](/maintainers/evabioz)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/evabioz-og-middleware/health.svg)

```
[![Health](https://phpackages.com/badges/evabioz-og-middleware/health.svg)](https://phpackages.com/packages/evabioz-og-middleware)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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