PHPackages                             lulububu/bolt-social-media - 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. lulububu/bolt-social-media

ActiveBolt-extension[Utility &amp; Helpers](/categories/utility)

lulububu/bolt-social-media
==========================

Bolt 5 Social Media Extension

1.0.0(3y ago)04MITPHPPHP &gt;=8.0

Since Apr 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/LulububuSoftwareGmbH/bolt-social-media-extension)[ Packagist](https://packagist.org/packages/lulububu/bolt-social-media)[ RSS](/packages/lulububu-bolt-social-media/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Bolt Social Media Extension
===========================

[](#bolt-social-media-extension)

by Lulububu

How-To
------

[](#how-to)

Add the socialmedia field to a contenttype. We suggest creating a singleton settings contenttype, which allows to set the social media fields globally:

```
settings:
    name: Settings
    slug: settings
    singular_name: Settings
    singular_slug: settings
    viewless: true
    viewless_listing: true
    singleton: true
    icon_many: 'fa:cogs'
    icon_one: 'fa:cog'
    fields:
        socialmedia:
            type: socialmedia
            label: Social Media
            group: Social Media
```

Update the config, in case you adjusted the naming of the settings contenttype.
You can also change the social media fields, in case you need to.

After that you can set your social medias in the settings.

Usage
-----

[](#usage)

The social media fields are now added to the twig globals and can be used in your templates.

```

    {% for name, social in socialmedia %}

                {{- name -}}

    {% endfor %}

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

1127d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f398f9430a072943df79cf9b8755c7f70020faa610561a169d78d30348bc54b?d=identicon)[maluramichael](/maintainers/maluramichael)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/lulububu-bolt-social-media/health.svg)

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

###  Alternatives

[bolt/project

Bolt standard project skeleton

4429.4k](/packages/bolt-project)

PHPackages © 2026

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