PHPackages                             976-tuna/pwa - 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. 976-tuna/pwa

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

976-tuna/pwa
============

PWA

v1.1.8(1y ago)019MITBladePHP ^8.1

Since Apr 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/TerrenceBerg/pwa)[ Packagist](https://packagist.org/packages/976-tuna/pwa)[ RSS](/packages/976-tuna-pwa/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (10)Used By (0)

PWA Progressive Web App for Laravel
===================================

[](#pwa-progressive-web-app-for-laravel)

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

[](#installation)

```
composer require 976-tuna/pwa
php artisan vendor:publish
```

Integration
-----------

[](#integration)

to add a install button to your site, add this

```
@include('pwa::components.pwa-install-button')
```

Add the following to your layout file:

### In the `` section:

[](#in-the-head-section)

```

```

### In the `` section:

[](#in-the-body-section)

```

    if ('serviceWorker' in navigator) {
        window.addEventListener('load', function() {
            navigator.serviceWorker.register('/serviceworker.js')
                .then(function(registration) {
                    //console.log('Service Worker registered with scope:', registration.scope);
                })
                .catch(function(error) {
                    //console.log('Service Worker registration failed:', error);
                });
        });
    }

```

### where ever you would like the button to show add this

[](#where-ever-you-would-like-the-button-to-show-add-this)

```
@include('pwa::components.pwa-install-button')
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance50

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.7% 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 ~0 days

Total

9

Last Release

394d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5129ffd21ad925024a868e7de5d0d47e029a28a0fd7695622fb5cd3ffe9f8a1f?d=identicon)[976TUNA](/maintainers/976TUNA)

---

Top Contributors

[![TerrenceBerg](https://avatars.githubusercontent.com/u/8772089?v=4)](https://github.com/TerrenceBerg "TerrenceBerg (18 commits)")[![kianisanaullah](https://avatars.githubusercontent.com/u/28821509?v=4)](https://github.com/kianisanaullah "kianisanaullah (1 commits)")

### Embed Badge

![Health badge](/badges/976-tuna-pwa/health.svg)

```
[![Health](https://phpackages.com/badges/976-tuna-pwa/health.svg)](https://phpackages.com/packages/976-tuna-pwa)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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