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

Abandoned → [symbiote/silverstripe-metadata](/?search=symbiote%2Fsilverstripe-metadata)Silverstripe-module[Utility &amp; Helpers](/categories/utility)

silverstripe-australia/metadata
===============================

Allows the ability to annotate objects with metadata, according to a CMS defined schema.

4.0.3(7y ago)1010.0k12BSD-3-ClausePHPCI failing

Since Dec 3Pushed 7y ago6 watchersCompare

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

READMEChangelog (3)Dependencies (4)Versions (20)Used By (0)

SilverStripe Metadata Module
============================

[](#silverstripe-metadata-module)

Maintainer Contacts
-------------------

[](#maintainer-contacts)

- Marcus Nyeholt ()

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

[](#requirements)

- SilverStripe 3+
- The SilverStripe Orderable module.

Getting started
---------------

[](#getting-started)

- Add the extension to your data class, eg `Object::add_extension('Page', 'MetadataExtension');`
- Navigate to the Metadata section of the CMS (/admin/metadata)
- Create a new Metadata Schema. Note that the 'Title' is what is used to refer to the item from templates, so try and limit this to a-z0-9\_-. characters - eg test\_schema
- Add a few metadata fields - some usual ones are
    - Title (title)
    - Keywords (keywords)
    - Description (description)
- Set the 'Default' value for each of these to $Title. Leave the 'cascade' setting blank for now, as you're providing a default already
- Navigate to a top level page and on its Metadata tab, select the schema you just created; click save
- Enter metadata values
- In your Page.ss template, add the following to output all metadata fields
    - `$MetadataMetaTags`
- To output just the values for a particular applied schema, use
    - `$MetadataMetaTags(SchemaName)`
- To access raw metadata values directly, use
    - `$Metadata(SchemaName,FieldName)` eg `$Metadata(test_schema,keywords)`

Project Links
-------------

[](#project-links)

- [GitHub Project Page](https://github.com/ajshort/silverstripe-metadata)
- [Issue Tracker](https://github.com/ajshort/silverstripe-metadata/issues)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 56.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 ~81 days

Recently: every ~93 days

Total

18

Last Release

2788d ago

Major Versions

2.1.3 → 3.0.02017-01-11

3.0.0 → 4.0.02017-06-23

2.1.x-dev → 4.0.22017-12-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/81a02d16342f3aba374149210eab73bc6bc0552120fc2dca6303a08acc1ba29c?d=identicon)[ssau](/maintainers/ssau)

---

Top Contributors

[![ajshort](https://avatars.githubusercontent.com/u/31570?v=4)](https://github.com/ajshort "ajshort (44 commits)")[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (27 commits)")[![sheadawson](https://avatars.githubusercontent.com/u/1166136?v=4)](https://github.com/sheadawson "sheadawson (3 commits)")[![michalkleiner](https://avatars.githubusercontent.com/u/233342?v=4)](https://github.com/michalkleiner "michalkleiner (2 commits)")[![AntonyThorpe](https://avatars.githubusercontent.com/u/1023740?v=4)](https://github.com/AntonyThorpe "AntonyThorpe (1 commits)")[![stephenmcm](https://avatars.githubusercontent.com/u/2093185?v=4)](https://github.com/stephenmcm "stephenmcm (1 commits)")

### Embed Badge

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

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

###  Alternatives

[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1321.0M71](/packages/silverstripe-userforms)[symbiote/silverstripe-metadata

Allows the ability to annotate objects with metadata, according to a CMS defined schema.

107.5k2](/packages/symbiote-silverstripe-metadata)[bramdeleeuw/cookieconsent

GDPR compliant cookie bar and consent checker

1511.5k2](/packages/bramdeleeuw-cookieconsent)[silverstripe/superglue

102.2k](/packages/silverstripe-superglue)

PHPackages © 2026

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