PHPackages                             betterbrief/silverstripe-jsconfig - 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. betterbrief/silverstripe-jsconfig

ActiveSilverstripe-module

betterbrief/silverstripe-jsconfig
=================================

Create a clean JavaScript data interface between your frontend and your SilverStripe application.

v1.1.1(9y ago)71.7k21BSD-3-ClausePHP

Since Dec 9Pushed 9y ago3 watchersCompare

[ Source](https://github.com/BetterBrief/silverstripe-jsconfig)[ Packagist](https://packagist.org/packages/betterbrief/silverstripe-jsconfig)[ Docs](http://github.com/BetterBrief/silverstripe-jsconfig)[ RSS](/packages/betterbrief-silverstripe-jsconfig/feed)WikiDiscussions 1 Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (8)Used By (1)

JSConfig
========

[](#jsconfig)

Usage:

```
// Send an array of things to the frontend using JSConfig
JSConfig::add('name_of_json_key', MyObject::get()->toArray());
```

```
// Retrieve the inserted data, and use an imaginary template renderer to output some HTML based on that data set.
templateRenderer
    .setTemplate('MyObjectList')
    .process(JSCONFIG['name_of_json_key']);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~94 days

Recently: every ~33 days

Total

7

Last Release

3607d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/48f9368074adbcb9b0ebd892c5b1c2714ce4b05fe210a7e3beed23ca6e382407?d=identicon)[willmorgan](/maintainers/willmorgan)

---

Top Contributors

[![dhensby](https://avatars.githubusercontent.com/u/563596?v=4)](https://github.com/dhensby "dhensby (7 commits)")[![tomspeak](https://avatars.githubusercontent.com/u/2415569?v=4)](https://github.com/tomspeak "tomspeak (1 commits)")

---

Tags

silverstripejsconfig

### Embed Badge

![Health badge](/badges/betterbrief-silverstripe-jsconfig/health.svg)

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

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[silverstripe-themes/simple

The SilverStripe simple theme (default SilverStripe 3 theme)

411.3M8](/packages/silverstripe-themes-simple)[sheadawson/silverstripe-editlock

Prevents a CMS user from editing a record that another CMS user is currently editing

25113.0k](/packages/sheadawson-silverstripe-editlock)

PHPackages © 2026

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