Download the PHP package bentools/webpush-bundle without Composer
On this page you can find all versions of the php package bentools/webpush-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bentools/webpush-bundle
More information about bentools/webpush-bundle
Files in bentools/webpush-bundle
Package webpush-bundle
Short Description Send push notifications through Web Push Protocol to your Symfony users.
License MIT
Informations about the package webpush-bundle
Webpush Bundle
This bundle allows your app to leverage the Web Push protocol to send notifications to your users' devices, whether they're online or not.
With a small amount of code, you'll be able to associate your Symfony users to WebPush Subscriptions:
- A single user can subscribe from multiple browsers/devices
- Multiple users can subscribe from a single browser/device
This bundle uses your own persistence system (Doctrine or anything else) to manage these associations.
We assume you have a minimum knowledge of how Push Notifications work, otherwise we highly recommend you to read Matt Gaunt's Web Push Book.
Example Use cases
- You have a todolist app - notify users they're assigned a task
- You have an eCommerce app:
- Notify your customer their order has been shipped
- Notify your category manager they sell a product
Summary
- Installation
- The UserSubscription entity
- The UserSubscription manager
- Configure the bundle
- Enjoy!
- F.A.Q.
Getting started
This bundle is just the back-end part of the subscription process. For the front-end part, have a look at the webpush-client package.
Composer is your friend:
PHP8.1+ is required.
⚠️ We aren't on stable version yet - expect some changes.
Generate your VAPID keys:
You'll have to update your config with the given keys. We encourage you to store them in environment variables or in parameters.yml
.
Next: Create your UserSubscription class
Tests
./vendor/bin/phpunit
License
MIT
Credits
This bundle leverages the minishlink/web-push library.
All versions of webpush-bundle with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
guzzlehttp/guzzle Version ^6.5.8|^7.4
minishlink/web-push Version ~6.0|~7.0|~8.0
symfony/http-kernel Version ^4.4.50|^5.4.20|^6.0