prezent / push-bundle
Symfony bundle to sent push notifications through various providers
Installs: 9 566
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/prezent/push-bundle
Requires
- php: >=8.0
Requires (Dev)
- gomoob/php-pushwoosh: ^1.1
- http-interop/http-factory-guzzle: *
- norkunas/onesignal-php-api: ^2.0
- php-http/discovery: ^1.20
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^12.5
- psr/http-factory-implementation: *
- symfony/console: ^5.4|^6.4|^7.0
- symfony/dependency-injection: ^5.4|^6.4|^7.0
- symfony/framework-bundle: ^5.4|^6.4|^7.0
- symfony/http-client: ^5.4|^6.4|^7.0
Suggests
- doctrine/orm: To use a database to store the push receivers in
- gomoob/php-pushwoosh: To sent notifications through Pushwoosh
- norkunas/onesignal-php-api: To sent notifications through OneSignal
README
Send push notifications in a Symfony application. Integrates various providers. Currently supports:
- OneSignal, through norkunas/onesignal-php-api
- Pushwoosh, through gomoob/php-pushwoosh
More documentation can be found in Resources/doc