PHPackages                             sirbizz/softwarelab - 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. sirbizz/softwarelab

ActiveLibrary

sirbizz/softwarelab
===================

this package used for the make package software website.

1.0.0(3y ago)012MITPHPPHP &gt;=5.6

Since Nov 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hridoy-software-developer/inspire)[ Packagist](https://packagist.org/packages/sirbizz/softwarelab)[ RSS](/packages/sirbizz-softwarelab/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/9838fb4cd5a91e8e35c959d0128315c38c455da205651789c7b996358a7e7874/687474703a2f2f706f7365722e707567782e6f72672f6c6164756d6f722f6c61726176656c2d7077612f76)](https://packagist.org/packages/ladumor/laravel-pwa)[![Daily Downloads](https://camo.githubusercontent.com/9d92ff4e9c0c1bff8846e93d5c573950add3b452d18ef63de19f1b5f37ad21a6/687474703a2f2f706f7365722e707567782e6f72672f6c6164756d6f722f6c61726176656c2d7077612f642f6461696c79)](https://packagist.org/packages/ladumor/laravel-pwa)[![Monthly Downloads](https://camo.githubusercontent.com/2879b70249bf831559e8b5516e7deb8e304114abc1e3ce17fcbfaa45fe49a05f/687474703a2f2f706f7365722e707567782e6f72672f6c6164756d6f722f6c61726176656c2d7077612f642f6d6f6e74686c79)](https://packagist.org/packages/ladumor/laravel-pwa)[![Total Downloads](https://camo.githubusercontent.com/357f3d32cffe1da8d6ea955f3da1d4abaea7f494a18bc4929ef80e17cf90f414/687474703a2f2f706f7365722e707567782e6f72672f6c6164756d6f722f6c61726176656c2d7077612f646f776e6c6f616473)](https://packagist.org/packages/ladumor/laravel-pwa)[![License](https://camo.githubusercontent.com/e30d001700f759114f51c3cb327cd61f4e2fb0242f468d4a95b827ef9e5a1ef3/687474703a2f2f706f7365722e707567782e6f72672f6c6164756d6f722f6c61726176656c2d7077612f6c6963656e7365)](https://packagist.org/packages/ladumor/laravel-pwa)[![PHP Version Require](https://camo.githubusercontent.com/facbd94e886f30f67022b5c71d416c6b09e6a671cb5bfe54fcd70e1436c64746/687474703a2f2f706f7365722e707567782e6f72672f6c6164756d6f722f6c61726176656c2d7077612f726571756972652f706870)](https://packagist.org/packages/ladumor/laravel-pwa)

Laravel PWA
===========

[](#laravel-pwa)

You can follow this video tutorial as well for installation.
------------------------------------------------------------

[](#you-can-follow-this-video-tutorial-as-well-for-installation)

[![](https://camo.githubusercontent.com/0524cb9500f88ffc48396ea0acce518de5175c3c4597b47d8e3429fec909759a/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f39482d5438314b5150796f2f302e6a7067)](https://youtu.be/9H-T81KQPyo)

Watch Other Lavavel tutorial here
---------------------------------

[](#watch-other-lavavel-tutorial-here)

[![](https://camo.githubusercontent.com/78b94b1a27e59e40a309e49b70ed1d231ba18bdf25f4f93b7d57173cac6039b7/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f794d7473674273714451732f302e6a7067)](https://www.youtube.com/channel/UCuCjzuwBqMqFdh0EU-UwQ-w?sub_confirmation=1))

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

[](#installation)

Install the package by the following command,

```
composer require ladumor/laravel-pwa

```

Add Provider
------------

[](#add-provider)

Add the provider to your `config/app.php` into `provider` section if using lower version of laravel,

```
Ladumor\LaravelPwa\PWAServiceProvider::class,

```

Add Facade
----------

[](#add-facade)

Add the Facade to your `config/app.php` into `aliases` section,

```
'LaravelPwa' => \Ladumor\LaravelPwa\LaravelPwa::class,

```

Publish the Assets
------------------

[](#publish-the-assets)

Run the following command to publish config file,

```
php artisan laravel-pwa:publish

```

Configure PWA
-------------

[](#configure-pwa)

Add following code in root blade file in header section.

```

```

Add following code in root blade file in before close the body.

```

    if (!navigator.serviceWorker.controller) {
        navigator.serviceWorker.register("/sw.js").then(function (reg) {
            console.log("Service worker has been registered for scope: " + reg.scope);
        });
    }

```

### License

[](#license)

The MIT License (MIT). Please see [License](LICENSE.md) File for more information

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

1274d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4f9da0e0fb7c7e49679ff9d82ec641ee560c01523b94b94ba326ea3cd77f577?d=identicon)[ikbal151320japan](/maintainers/ikbal151320japan)

---

Top Contributors

[![hridoy-software-developer](https://avatars.githubusercontent.com/u/33354982?v=4)](https://github.com/hridoy-software-developer "hridoy-software-developer (15 commits)")

---

Tags

phplaravelsirbizz-softwarelabsoftwarelab

### Embed Badge

![Health badge](/badges/sirbizz-softwarelab/health.svg)

```
[![Health](https://phpackages.com/badges/sirbizz-softwarelab/health.svg)](https://phpackages.com/packages/sirbizz-softwarelab)
```

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[gufy/whmcs

WHMCS API for Laravel 5

201.7k](/packages/gufy-whmcs)

PHPackages © 2026

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