PHPackages                             arrounded/metadata - 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. arrounded/metadata

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

arrounded/metadata
==================

The description of the module

1.0.1(10y ago)016MITPHPPHP &gt;=5.5.9

Since Jun 19Pushed 10y ago2 watchersCompare

[ Source](https://github.com/arrounded/metadata)[ Packagist](https://packagist.org/packages/arrounded/metadata)[ RSS](/packages/arrounded-metadata/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (3)Used By (0)

Arrounded/Metadata
==================

[](#arroundedmetadata)

[![Build Status](https://camo.githubusercontent.com/1e31aea3c59615e02a6ccf009f84a356a6accdd3451368df313e52b521d37c56/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6172726f756e6465642f6d657461646174612e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/arrounded/metadata)[![Latest Stable Version](https://camo.githubusercontent.com/f3e59afe167ed78f327d346e1e173451ed3fc348665df15df9bddcc18b99fdc8/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6172726f756e6465642f6d657461646174612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arrounded/metadata)[![Total Downloads](https://camo.githubusercontent.com/e9a48d7ebf47d09a77d8f250498ff96a7bc674477058772fb58b075edb356577/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6172726f756e6465642f6d657461646174612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arrounded/metadata)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/f211b4aad58e9f3b337f1c658dae71dfd3be589bddf428c2b52e664b3856137a/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6172726f756e6465642f6d657461646174612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/arrounded/metadata/)[![Code Coverage](https://camo.githubusercontent.com/9ec237316e0fc90bb9260fe0ec1f840f91d6c7c4f9eb8b0ae64664c6c8a3141d/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6172726f756e6465642f6d657461646174612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/arrounded/metadata/)

Install
-------

[](#install)

Via Composer

```
$ composer require arrounded/metadata
```

Usage
-----

[](#usage)

First add the module's service provider and facade to `config/app.php`:

```
Arrounded\Metadata\ServiceProvider::class,
```

```
'Metadata' => Arrounded\Metadata\Facades\Metadata::class,
```

Then somewhere in your service provider, define your application's metadata. Either by passing it an array:

```
$this->app['arrounded.metadata']->setMetadata([
    ['url' => 'foo.com', 'title' => Homepage', 'description' => 'foobar'],
]);
```

Or by indicating it the path to a CSV file:

**metadata.csv**

```
url,title,description
foo.com,Homepage,foobar

```

```
$this->app['arrounded.metadata']->setMetadataFromFile('metadata.csv');
```

Then in your views call the `render` method on the facade. It'll look at the current URL and find the correct metadata for the page. You can also pass it an array of additional metadata:

```
{{ Metadata.render() }}
{{ Metadata.render({image: 'foo.com/logo.png'}) }}
```

By default all properties (except core ones such as title, description etc) are also wrapped in Twitter/Facebook graph metadata. You can disable this behavior by setting which properties should not be wrapped:

```
$this->app['arrounded.metadata']->setMetadataFromFile('metadata.csv');
$this->app['arrounded.metadata']->setUnwrapped(['property', 'other_property']);
```

Testing
-------

[](#testing)

```
$ composer test
```

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.4% 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 ~38 days

Total

2

Last Release

3947d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa3be3e9e416053f11f2296a5fb36f24e45bc70fa293b309d54c2829ded5f373?d=identicon)[Anahkiasen](/maintainers/Anahkiasen)

![](https://www.gravatar.com/avatar/041cdc8fc831716b7f56c3ddf84169ea1d97ca91e9ea90b42be88d73c404ff8a?d=identicon)[bramdevries](/maintainers/bramdevries)

---

Top Contributors

[![Anahkiasen](https://avatars.githubusercontent.com/u/1321596?v=4)](https://github.com/Anahkiasen "Anahkiasen (13 commits)")[![bramdevries](https://avatars.githubusercontent.com/u/1002245?v=4)](https://github.com/bramdevries "bramdevries (6 commits)")

---

Tags

laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arrounded-metadata/health.svg)

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

###  Alternatives

[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.4M31](/packages/laravolt-avatar)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[tonysm/importmap-laravel

Use ESM with importmap to manage modern JavaScript in Laravel without transpiling or bundling.

148399.8k1](/packages/tonysm-importmap-laravel)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)

PHPackages © 2026

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