PHPackages                             lerni/silverstripe-webmanifest - 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. lerni/silverstripe-webmanifest

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

lerni/silverstripe-webmanifest
==============================

webmanifest for Silverstripe per YML and/or SiteConfig

6.x-dev(8mo ago)03.6k↓25%1BSD-3-ClausePHP

Since Nov 21Pushed 8mo ago2 watchersCompare

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

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

Silverstripe site.webmanifest
=============================

[](#silverstripe-sitewebmanifest)

This module provides [site.webmanifest](https://developer.mozilla.org/en-US/docs/Web/Manifest) for Silverstripe. Values are configurable via YAML or within SiteConfig in the CMS. YAML configuration (static) and values from SiteConfig (dynamic CMS) can be combined.

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

[](#installation)

Composer is the recommended way of installing Silverstripe modules.

```
composer require lerni/silverstripe-webmanifest

```

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

[](#requirements)

- silverstripe/framework ^4 || ^5
- silverstripe/siteconfig ^4 || ^5

### Suggested

[](#suggested)

- jonom/silverstripe-text-target-length ^2
- tractorcow/silverstripe-colorpicker ^4

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

[](#configuration)

You can set via yml-config what's in the manifest's json. With 'SiteConfig' as value, properties are editable per SiteConfig in CMS (dev/build needed). Alternatively, they can be set to other SiteConfig values like 'SiteConfig.Title'. If `lang` isn't specifically set, `i18n::get_locale()` will be used. With the default config (below), `name` is set to the value from `SiteConfig.Title`, for `short_name` a field is automatically added to SiteConfig. Further webmanifest values can be added as strings or arrays. See the full list of settings [W3C](https://w3c.github.io/manifest/#webappmanifest-dictionary). If `Page` (CMS-Module) exists, the manifest will be linked with a header-tag (``) and also theme-color (``) will be set if it has a value.

```
Kraftausdruck\Webmanifest\Webmanifest:
  tab: 'Root.Webmanifest'
  fields:
    name: 'SiteConfig.Title' # max. 30 characters
    short_name: 'SiteConfig' # max. 12 characters
    description: 'SiteConfig.Tagline' # max. 132 characters
    start_url: '/'
    background_color: '#ffffff'
    theme_color: '#ffffff'
    icons:
      - src: '/icon-192.png'
        sizes: '192x192'
        type: 'image/png'
      - src: '/icon-512.png'
        sizes: '512x512'
        type: 'image/png'
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance59

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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

261d ago

### Community

Maintainers

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

---

Top Contributors

[![lerni](https://avatars.githubusercontent.com/u/472115?v=4)](https://github.com/lerni "lerni (14 commits)")

---

Tags

silverstripewebmanifest

### Embed Badge

![Health badge](/badges/lerni-silverstripe-webmanifest/health.svg)

```
[![Health](https://phpackages.com/badges/lerni-silverstripe-webmanifest/health.svg)](https://phpackages.com/packages/lerni-silverstripe-webmanifest)
```

###  Alternatives

[tractorcow/silverstripe-opengraph

Implementation of the Facebook Open Graph protocol for SilverStripe

52141.6k5](/packages/tractorcow-silverstripe-opengraph)

PHPackages © 2026

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