prezent / push-bundle
Symfony bundle to sent push notifications through various providers
Installs: 7 986
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: >=7.4|>=8.0
Requires (Dev)
- gomoob/php-pushwoosh: ^1.1
- norkunas/onesignal-php-api: ^2.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: @stable
- symfony/console: ^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