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(11y ago)016MITPHPPHP &gt;=5.5.9

Since Jun 19Pushed 11y ago2 watchersCompare

[ Source](https://github.com/arrounded/metadata)[ Packagist](https://packagist.org/packages/arrounded/metadata)[ RSS](/packages/arrounded-metadata/feed)WikiDiscussions master Synced 1w 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 40% 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

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

[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

46273.9k](/packages/harris21-laravel-fuse)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M323](/packages/laravel-ai)[aedart/athenaeum

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

265.2k](/packages/aedart-athenaeum)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)

PHPackages © 2026

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