PHPackages                             putyourlightson/craft-spark-module - 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. [Framework](/categories/framework)
4. /
5. putyourlightson/craft-spark-module

Abandoned → [putyourlightson/craft-datastar-module](/?search=putyourlightson%2Fcraft-datastar-module)Yii-module[Framework](/categories/framework)

putyourlightson/craft-spark-module
==================================

A real-time, template-driven hypermedia framework for Craft.

1.0.0-alpha.4(1y ago)3371mitJavaScriptPHP ^8.2

Since Nov 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/putyourlightson/craft-spark-module)[ Packagist](https://packagist.org/packages/putyourlightson/craft-spark-module)[ GitHub Sponsors](https://github.com/bencroker)[ RSS](/packages/putyourlightson-craft-spark-module/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (5)Versions (5)Used By (1)

[![Stable Version](https://camo.githubusercontent.com/db806ea54fc3e5ba82d10bb99d72ea096a4fd49a43e8f83dd80544090bbf130e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707574796f75726c69676874736f6e2f63726166742d737061726b2d6d6f64756c653f6c6162656c3d737461626c65)](https://camo.githubusercontent.com/db806ea54fc3e5ba82d10bb99d72ea096a4fd49a43e8f83dd80544090bbf130e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707574796f75726c69676874736f6e2f63726166742d737061726b2d6d6f64756c653f6c6162656c3d737461626c65)[![Total Downloads](https://camo.githubusercontent.com/1b2839da7064344fb35af9519605f56cc0e8c3e702250d2fea2b467eeb9339d3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707574796f75726c69676874736f6e2f63726166742d737061726b2d6d6f64756c65)](https://packagist.org/packages/putyourlightson/craft-spark-module)

[![](https://camo.githubusercontent.com/b2b77cf0980918afd4af046bed86f25775dea5d0311e43bc5ef10ad507156fce/68747470733a2f2f707574796f75726c69676874736f6e2e636f6d2f6173736574732f6c6f676f732f737061726b2d69636f6e2e737667)](https://camo.githubusercontent.com/b2b77cf0980918afd4af046bed86f25775dea5d0311e43bc5ef10ad507156fce/68747470733a2f2f707574796f75726c69676874736f6e2e636f6d2f6173736574732f6c6f676f732f737061726b2d69636f6e2e737667)

Spark Module for Craft CMS
==========================

[](#spark-module-for-craft-cms)

This module provides the core functionality for the [Spark plugin](https://github.com/putyourlightson/craft-spark), a real-time, template-driven hypermedia framework for [Craft CMS](https://craftcms.com/). If you are developing a Craft plugin/module and would like to use Spark in the control panel, you can require this package to give you its functionality, without requiring that the Spark plugin is installed.

First require the package in your plugin/module’s `composer.json` file.

```
{
  "require": {
    "putyourlightson/craft-spark-module": "^1.0.0-alpha.1"
  }
}
```

Then bootstrap the module from within your plugin/module’s `init` method.

```
use craft\base\Plugin;
use putyourlightson\spark\Spark;

class MyPlugin extends Plugin
{
    public function init()
    {
        parent::init();

        Spark::bootstrap();
    }
}
```

Then use the Spark function and tags as normal in your control panel templates.

```
Search
```

Spark plugin issues should be reported to

The Spark plugin changelog is at

Documentation
-------------

[](#documentation)

Learn more and read the documentation at [putyourlightson.com/plugins/spark »](https://putyourlightson.com/plugins/spark)

License
-------

[](#license)

This plugin is licensed for free under the MIT License.

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

[](#requirements)

This plugin requires [Craft CMS](https://craftcms.com/) 5.0.0 or later.

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

[](#installation)

Install this package via composer.

```
composer require putyourlightson/craft-spark-module:^1.0.0-alpha.1
```

---

Created by [PutYourLightsOn](https://putyourlightson.com/).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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

Every ~1 days

Total

4

Last Release

605d ago

PHP version history (2 changes)1.0.0-alpha.1PHP &gt;=8.2

1.0.0-alpha.3PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/59428c6783d02d74c8778d9953ba84c35d3877ece53f5eb393689c052a9c97e4?d=identicon)[putyourlightson](/maintainers/putyourlightson)

---

Top Contributors

[![bencroker](https://avatars.githubusercontent.com/u/57572400?v=4)](https://github.com/bencroker "bencroker (28 commits)")

### Embed Badge

![Health badge](/badges/putyourlightson-craft-spark-module/health.svg)

```
[![Health](https://phpackages.com/badges/putyourlightson-craft-spark-module/health.svg)](https://phpackages.com/packages/putyourlightson-craft-spark-module)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393813.5k10](/packages/spicyweb-craft-neo)[craftcms/craft

Craft CMS

205311.2k3](/packages/craftcms-craft)[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k70](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k19](/packages/solspace-craft-freeform)[verbb/vizy

A flexible visual editor field for Craft.

4250.4k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)

PHPackages © 2026

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