PHPackages                             arillo/silverstripe-cms-alpine - 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. arillo/silverstripe-cms-alpine

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

arillo/silverstripe-cms-alpine
==============================

Makes alpinejs available in silverstripe CMS

2.0.4(3mo ago)11.6k2BSD-3-ClausePHP

Since Aug 21Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/arillo-ch/silverstripe-cms-alpine)[ Packagist](https://packagist.org/packages/arillo/silverstripe-cms-alpine)[ Docs](https://github.com/arillo-ch/silverstripe-cms-alpine)[ RSS](/packages/arillo-silverstripe-cms-alpine/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (2)

arillo/silverstripe-cms-alpine
==============================

[](#arillosilverstripe-cms-alpine)

Loads alpinejs into CMS.

To instantiate you alpine components, you need to listen for the `alpine:init` event like this:

```
/* global Alpine */

const component = {
  init() {
    console.log('yourComponent.init');
  }
};

if (typeof Alpine !== 'undefined') {
  Alpine.data('yourComponent', component);
}
document.addEventListener('alpine:init', () => {
  Alpine.data('yourComponent', component);
});

```

Currently only `alpinejs@3.12.3_dist_cdn.min.js` is available, support for other versions might come in future.

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance85

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.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 ~126 days

Recently: every ~0 days

Total

8

Last Release

107d ago

Major Versions

1.x-dev → 2.0.02026-01-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/71205042f233fccd5882cdbd033b8de8f3062acbed2b19c5b16e07ccd4e2208e?d=identicon)[Arillo](/maintainers/Arillo)

---

Top Contributors

[![nicolas-cusan](https://avatars.githubusercontent.com/u/1353931?v=4)](https://github.com/nicolas-cusan "nicolas-cusan (5 commits)")[![bumbus](https://avatars.githubusercontent.com/u/1391103?v=4)](https://github.com/bumbus "bumbus (2 commits)")

---

Tags

silverstripealpinejs

### Embed Badge

![Health badge](/badges/arillo-silverstripe-cms-alpine/health.svg)

```
[![Health](https://phpackages.com/badges/arillo-silverstripe-cms-alpine/health.svg)](https://phpackages.com/packages/arillo-silverstripe-cms-alpine)
```

###  Alternatives

[silverstripe/multi-domain

Allows multiple domains to access one CMS instance, mapping them to different sections of the hierarchy

141.6k](/packages/silverstripe-multi-domain)

PHPackages © 2026

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