Download the PHP package numero2/contao-notification_center-aws-sns without Composer

On this page you can find all versions of the php package numero2/contao-notification_center-aws-sns. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package contao-notification_center-aws-sns

Contao Notification Center AWS SNS Gateway

About

The package adds AWS SNS to the Notification Center as a gateway.

System requirements

Installation

How to generate API keys in AWS

  1. Log in to the AWS Management Console
  2. Select a Supported Region from the top right of the console
  3. Switch to the IAM Service
  4. Select Policiesand choose Create policy
  5. Switch to the JSON tab and see the example below for a policy which can be used
  6. Save the policy and switch to Users and click Create user
  7. In Permissions options select Attach policies directly and choose the Policy created before
  8. Click Next and then Create user
  9. Back in the overview of users select the newly created user and switch to the tab Security credentials
  10. In the section Access keys click the button Create access key
  11. Choose the option Other and click Next, you can skip the description tag and choose Create access key
  12. Make sure to save the generated Access key and the Secret access key for later configuration in Contao
  13. Click on Done to finish the process

🚨 Important information about phone number format

AWS requires the recipient phone number to be in E.164 format (e.g +49123456789). For this purpose this extension provides a custom Input validation option called Phone number (E.164) for the form generator.

For a better user experience we suggest to use a small JavaScript called International Telephone Input which makes sure the inserted number matches the format.


All versions of contao-notification_center-aws-sns with dependencies

PHP Build Version
Package Version
Requires aws/aws-sdk-php Version ^3.92
contao/core-bundle Version ^4.13.0
terminal42/notification_center Version ^1.7
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package numero2/contao-notification_center-aws-sns contains the following files

Loading the files please wait ....