Download the PHP package con4gis/pwa without Composer
On this page you can find all versions of the php package con4gis/pwa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package pwa
con4gis-PwaBundle
Overview
Turn your Contao Website into a progressive web app. The con4gis-PwaBundle provides everything you need for basic PWA functionality, including generating a service worker script and a manifest file.
Features include:
- Configuration of required parameters for the webmanifest
- Select a pwa configuration in the page root. On submit the service worker and manifest for this page root will be generated for you.
- Multiple offline behaviours: choose whether you want to cache everything or if you always want to redirect to a chosen offline page.
- WebPushConfiguration: configure the web push library in the backend so your users can register for push notifications.
- Add icons for app splashscreens (Android & iOS)
Installation
Via composer:
Alternatively, you can use the Contao Manager to install the con4gis-PwaBundle.
Requirements
- Contao (latest stable release)
- CoreBundle (latest stable release)
- WebPushBundle (3.* (latest))
- The php-gmp extension is required by the used web-push-library and has to be installed/activated if the installation failes for this reason
Usage
This bundles provides two front end modules for contao:
PWA module (add manifest)
Creates the required HTML code to load the manifest file and the service worker. Can be included anywhere on the page since it contains no visible elements by itself.
Push subscription button
Creates the button to subscribe to push notifications as well as loading the javascript needed to handle the subscription. The button comes unstyled, but can be accessed via the "btn-push-subscribe"-ID for individual styling.
Sending a notification
There are three different ways to send push notifications with this bundle:
- Console Command ()
- Backend Module (Create a new dataset and store it - it won't be stored in the database but is sent to all subscribed users instead)
- Sending a notification programmatically
To send a notification in one of your scripts, you have to create a PushNotificationEvent and use the Symfony event dispatcher. ``
Documentation
Visit docs.con4gis.org for a user documentation. You can also contact us via the support forum there.
All versions of pwa with dependencies
contao/core-bundle Version ^4.9 || ^5.0
con4gis/core Version ^6.0 || ^7.0
doctrine/orm Version ^2.8.5
doctrine/data-fixtures Version ^1.4.4
doctrine/persistence Version ^2.3.0
minishlink/web-push-bundle Version ^6
contao-components/jquery Version ^3.6