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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sirbizz/softwarelab

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

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 today

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 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

1320d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/49878006?v=4)[MD.Shaikot Ikbal Hridoy](/maintainers/ikbal151320japan)[@ikbal151320japan](https://github.com/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)")[![hridoy-software-developer-devops](https://avatars.githubusercontent.com/u/292474086?v=4)](https://github.com/hridoy-software-developer-devops "hridoy-software-developer-devops (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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k91](/packages/nativephp-mobile)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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