PHPackages                             wotz/filament-social-media-links - 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. wotz/filament-social-media-links

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

wotz/filament-social-media-links
================================

Package to manage social media links in Flament and display them in your front-end

v2.0.0(3mo ago)0529↓44.1%[3 PRs](https://github.com/wotzebra/filament-social-media-links/pulls)MITPHPPHP ^8.2CI passing

Since Aug 25Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/wotzebra/filament-social-media-links)[ Packagist](https://packagist.org/packages/wotz/filament-social-media-links)[ Docs](https://github.com/wotzebra/filament-social-media-links)[ RSS](/packages/wotz-filament-social-media-links/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (17)Versions (15)Used By (0)

Manage social media links in Flament
====================================

[](#manage-social-media-links-in-flament)

Package to manage social media links using our [Settings](https://github.com/wotzebra/filament-settings) package and display them in the front-end using blade components.

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

[](#installation)

You can install the package via composer:

```
composer require wotz/filament-social-media-links
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-social-media-links-config"
```

This is the contents of the published config file:

```
return [
    'platforms' => [
        'facebook' => 'fab fa-facebook',
        'instagram' => 'fab fa-instagram',
        'twitter' => 'fab fa-twitter',
        'linkedIn' => 'fab fa-linkedin',
        'pinterest' => 'fab fa-pinterest',
        'youtube' => 'fab fa-youtube',
        'vimeo' => 'fab fa-vimeo',
        'github' => 'fab fa-github',
        'tripAdvisor' => 'fab fa-tripadvisor',
        'skype' => 'fab fa-skype',
        'tiktok' => 'fab fa-tiktok',
    ],
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-social-media-links-views"
```

Usage
-----

[](#usage)

```

```

Documentation
-------------

[](#documentation)

For the full documentation, check [here](./docs/index.md).

Testing
-------

[](#testing)

```
vendor/bin/pest
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Upgrading
---------

[](#upgrading)

Please see [UPGRADING](UPGRADING.md) for more information on how to upgrade to a new version.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

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

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance83

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 52.2% 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 ~80 days

Recently: every ~118 days

Total

12

Last Release

118d ago

Major Versions

v0.3.2 → v1.0.02023-12-07

v1.5.0 → v2.0.02026-01-20

PHP version history (2 changes)v0.1.0PHP ^8.2

v1.2.0PHP ^8.2|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/15cf50c665151125e406b8daceaca4ce27096798f9295cbae2f17b29440241f6?d=identicon)[Who Owns The Zebra](/maintainers/Who%20Owns%20The%20Zebra)

---

Top Contributors

[![jyrkidn](https://avatars.githubusercontent.com/u/2447042?v=4)](https://github.com/jyrkidn "jyrkidn (36 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (17 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![AngryMoustache](https://avatars.githubusercontent.com/u/20287748?v=4)](https://github.com/AngryMoustache "AngryMoustache (6 commits)")[![gdebrauwer](https://avatars.githubusercontent.com/u/22586858?v=4)](https://github.com/gdebrauwer "gdebrauwer (1 commits)")[![Thomva](https://avatars.githubusercontent.com/u/67506591?v=4)](https://github.com/Thomva "Thomva (1 commits)")

---

Tags

laravelwho owns the zebrafilament-social-media-links

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/wotz-filament-social-media-links/health.svg)

```
[![Health](https://phpackages.com/badges/wotz-filament-social-media-links/health.svg)](https://phpackages.com/packages/wotz-filament-social-media-links)
```

###  Alternatives

[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

320392.1k17](/packages/codewithdennis-filament-select-tree)[tonysm/importmap-laravel

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

148399.8k1](/packages/tonysm-importmap-laravel)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[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)
