Download the PHP package amorvan/aws-sns-push-bundle without Composer
On this page you can find all versions of the php package amorvan/aws-sns-push-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amorvan/aws-sns-push-bundle
More information about amorvan/aws-sns-push-bundle
Files in amorvan/aws-sns-push-bundle
Download amorvan/aws-sns-push-bundle
More information about amorvan/aws-sns-push-bundle
Files in amorvan/aws-sns-push-bundle
Vendor amorvan
Package aws-sns-push-bundle
Short Description A bundle to configure and send push notification with AWS SNS
License MIT
Package aws-sns-push-bundle
Short Description A bundle to configure and send push notification with AWS SNS
License MIT
Please rate this library. Is it a good library?
Informations about the package aws-sns-push-bundle
Amorvan - AWSSnsPushBundle
The purpose of this bundle is manage mobile push notification with AWS Sns service. Bundle provides many services to following :
- Subscribe device to broadcast topic
- Create a temporary topic
- Subscribe device to specific temp topic
- Unsubscribe device from broadcast or specific topic
- Send mobile push notification with custom message & additional parameters
Prerequisites
This bundles requires Symfony 3.4+ or 4.3+.
Installation
Step 1 - Download the Bundle
Step 2 - Enable Bundles (Amorvan/AWSSnsPushBundle & AWS SDK)
Symfony 3 Version :
Register bundle into app/AppKernel.php
:
Symfony 4 version :
Register bundle into config/bundles.php
:
Step 3 - Create entity Device
and LogHistoricPush
Step 4 - Update database Schema
Use Doctrine schema update
bin/console doctrine:schema:update --force
Use Migrations Doctrine
bin/console doctrine:migrations:diff
bin/console doctrine:migrations:migrate
Step 5 - Configure Bundle
All versions of aws-sns-push-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
aws/aws-sdk-php-symfony Version ^2.0
symfony/config Version ^3.4|^4.3
symfony/dependency-injection Version ^3.4|^4.3
symfony/http-kernel Version ^3.4|^4.3
ramsey/uuid-doctrine Version ^1.5
symfony/security Version ^4.3
aws/aws-sdk-php-symfony Version ^2.0
symfony/config Version ^3.4|^4.3
symfony/dependency-injection Version ^3.4|^4.3
symfony/http-kernel Version ^3.4|^4.3
ramsey/uuid-doctrine Version ^1.5
symfony/security Version ^4.3
The package amorvan/aws-sns-push-bundle contains the following files
Loading the files please wait ....