web-push-bundle

Bundle around the WebPush library

MIT License

Downloads
228.5K
Stars
45
Committers
6
web-push-bundle - v6.1.0 Latest Release

Published by Minishlink 6 months ago

web-push-bundle - v6.0.4

Published by Minishlink 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Minishlink/web-push-bundle/compare/v6.0.3...v6.0.4

web-push-bundle - v6.0.3

Published by Minishlink over 2 years ago

web-push-bundle - v6.0.2

Published by Minishlink almost 4 years ago

  • Support PHP 8 (thx @stephanvierkant!)
web-push-bundle - v6.0.1

Published by Minishlink almost 4 years ago

  • Fix setting VAPID auth (thx @stephanvierkant and @veldenb!)
web-push-bundle - v6.0.0

Published by Minishlink about 4 years ago

web-push-bundle - v5.0.0

Published by Minishlink almost 5 years ago

web-push-bundle - v4.0.0

Published by Minishlink almost 5 years ago

  • [BC] Removed compatibility with Symfony 3, please use v3.x.x of this bundle if you still use it
  • Added compatibility with Symfony 5 (thanks @juliusstoerrle)
web-push-bundle - v3.0.0

Published by Minishlink over 6 years ago

  • [BREAKING] Upgrade web-push-php to 4.0
web-push-bundle - v2.0.0

Published by Minishlink over 6 years ago

  • Upgrade web-push-php to 2.0
web-push-bundle - v1.4

Published by Minishlink over 7 years ago

  • update web-push-php to 1.4
    • [BC break] it now uses Guzzle instead of Buzz, so if you were customizing the HTTP client, you'll have to stick with v1.3.1 ; I'll add a client_options configuration in order to customize Guzzle later
web-push-bundle - v1.3.1

Published by Minishlink over 7 years ago

  • Fix web-push-php version
web-push-bundle - VAPID

Published by Minishlink almost 8 years ago

Add VAPID compatibility. Cf. WebPush 1.3 release notes.

The following config entries have been added:

VAPID:
  subject: https://yoursite.com # can be an URL or a mailto:
  publicKey: ~88 chars          # uncompressed public key P-256 encoded in Base64-URL
  privateKey: ~44 chars         # the secret multiplier of the private key encoded in Base64-URL
  pemFile: path/to/pem          # if you have a PEM file and can link to it on your filesystem
  pem: pemFileContent           # if you have a PEM file and want to hardcode its content
web-push-bundle - Default options

Published by Minishlink almost 8 years ago

You can specify in your config.yml the default TTL, urgency, and topic for your notifications. (see web-push's README)

web-push-bundle - Payload support

Published by Minishlink over 8 years ago

Cf. the web-push v1.0 release summary.

With this bundle, you can also configure automatic padding in the Symfony configuration.

web-push-bundle - New API

Published by Minishlink almost 9 years ago

web-push-bundle -

Published by Minishlink almost 9 years ago

You can now configure WebPush in your config.yml (see README.md).

web-push-bundle - First release

Published by Minishlink almost 9 years ago