spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

1.1.5 2024-04-22 18:08 UTC

README

Build Status Build Status

Build Status Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

OpenSSF Scorecard

Scope

This bundle provides the Spomky-Labs/pwa-bundle bundle for Symfony. This will help you to generate Progressive Web Apps (PWA) Manifests and assets (icons or screenshots). Also, it will help you to generate Service Workers based on Workbox.

Please have a look at the Web app manifests for more information about Progressive Web Apps.

Installation

Install the bundle with Composer:

composer require spomky-labs/pwa-bundle

If you want to use the commands to generate icons and screenshots, install the necessary dependencies:

composer require symfony/panther dbrekelmans/bdi symfony/mime symfony/filesystem --dev
vendor/bin/bdi detect drivers
bin/console pwa:create:icons --help

This project follows the semantic versioning strictly.

Documentation

The documentation is available at https://pwa.spomky-labs.com/

Support

I bring solutions to your problems and answer your questions.

If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of 🍻 or more!

Contributing

Requests for new features, bug fixed and all other ideas to make this project useful are welcome. The best contribution you could provide is by fixing the opened issues where help is wanted.

Please report all issues in the main repository.

Please make sure to follow these best practices.

Security Issues

If you discover a security vulnerability within the project, please don't use the bug tracker and don't publish it publicly. Instead, all security issues must be sent to security [at] spomky-labs.com.

Licence

This project is release under MIT licence.