PHPackages                             vmitchell85/spark-kiosk-notify - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. vmitchell85/spark-kiosk-notify

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

vmitchell85/spark-kiosk-notify
==============================

Create user notifications from your kiosk

v2.1(9y ago)206637MITHTML

Since Aug 1Pushed 9y ago2 watchersCompare

[ Source](https://github.com/vmitchell85/spark-kiosk-notify)[ Packagist](https://packagist.org/packages/vmitchell85/spark-kiosk-notify)[ Docs](https://github.com/vmitchell85/spark-kiosk-notify)[ RSS](/packages/vmitchell85-spark-kiosk-notify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)DependenciesVersions (8)Used By (0)

Spark Kiosk Notify
==================

[](#spark-kiosk-notify)

Adds a notification panel to your Laravel Spark Kiosk, allowing you to send notifications to users.

Spark 4.x
---------

[](#spark-4x)

Spark 4.0 replaced vue-resource for axios. The 2.1 release has been updated to use axios.

If you are upgrading to Spark 4.0 you will need to remove the spark-kiosk-notify.js file and republish the resources.

Please note the path was updated as well.

Vue 1.x
-------

[](#vue-1x)

If you are using Vue 1.x please use the 1.0.5 release. The 2.x release is updated for Vue 2.x

Planned / Desired Features
--------------------------

[](#planned--desired-features)

- View notifications
- Update notifications
- Delete notifications
- Send Notification on User's tab
- Select Multiple Users
- Search for users instead of listing? Listing all could be an issue if you have many users.
- Switch to SparkForm?

Installation process
--------------------

[](#installation-process)

This package comes with predefined views and routes to use with your existing Spark installation.

In order to install the Spark Kiosk Notifications Package into your Spark application:

**1. Add this composer package to your composer.json using the command below**

`composer require vmitchell85/spark-kiosk-notify`

**2. Add the following to providers array in `config\app.php`**

`vmitchell85\SparkKioskNotify\SparkKioskNotifyServiceProvider::class,`

**3. Publish the Spark resources (views, VueJS components):**

`php artisan vendor:publish --provider="vmitchell85\SparkKioskNotify\SparkKioskNotifyServiceProvider"`

**4. Add the javascript components to your bootstrap.js file**

Add `require('./components/SparkKioskNotify/spark-kiosk-notify');` to your `resources/assets/js/components/app.js` file.

**5. Compile the Javascript components**

`npm run dev`

**6. Add the HTML snippets**

File: `resources/views/vendor/spark/kiosk.blade.php`

Place a link to the notifications settings tab:

```

        Notifications

```

Inside the `\` section, place the code to load the notifications tab:

```

    @include('spark-kiosk-notify::notifications')

```

**7. Try it out**

Log into your Spark application and access the new notifications tab located at:

`http://your-spark.url/spark/kiosk#/notifications`

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 94.6% 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 ~45 days

Recently: every ~68 days

Total

7

Last Release

3295d ago

Major Versions

1.0.5 → v2.02017-01-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1248035?v=4)[Vince Mitchell](/maintainers/vmitchell85)[@vmitchell85](https://github.com/vmitchell85)

---

Top Contributors

[![vmitchell85](https://avatars.githubusercontent.com/u/1248035?v=4)](https://github.com/vmitchell85 "vmitchell85 (35 commits)")[![brandenwagner](https://avatars.githubusercontent.com/u/309120?v=4)](https://github.com/brandenwagner "brandenwagner (1 commits)")[![rickmills](https://avatars.githubusercontent.com/u/103707?v=4)](https://github.com/rickmills "rickmills (1 commits)")

---

Tags

laravelnotificationssparklaravelnotificationssparkkiosk

### Embed Badge

![Health badge](/badges/vmitchell85-spark-kiosk-notify/health.svg)

```
[![Health](https://phpackages.com/badges/vmitchell85-spark-kiosk-notify/health.svg)](https://phpackages.com/packages/vmitchell85-spark-kiosk-notify)
```

###  Alternatives

[edvinaskrucas/notification

Package for Laravel for helping to manage flash / instant notifications / messages.

520393.9k10](/packages/edvinaskrucas-notification)[ascsoftw/livewire-toast

Livewire Package to display Toast Notifications

48544.2k1](/packages/ascsoftw-livewire-toast)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[sarfraznawaz2005/laravel-sse

Laravel package to provide Server Sent Events functionality for your app.

474.6k](/packages/sarfraznawaz2005-laravel-sse)[usamamuneerchaudhary/filament-notifier

A powerful notification system for FilamentPHP that handles multi-channel notifications with template management, scheduling, and real-time delivery. Built for developers who need enterprise-grade notifications without the complexity.

321.1k](/packages/usamamuneerchaudhary-filament-notifier)

PHPackages © 2026

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