Download the PHP package serendipity_hq/bundle-aws-ses-monitor without Composer

On this page you can find all versions of the php package serendipity_hq/bundle-aws-ses-monitor. 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 bundle-aws-ses-monitor

Serendipity HQ AWS SES Monitor Bundle

AWS SES Monitor Bundle automates the filtering of bounced and complained e-mails sent through AWS SES.

Supports:

Supports:

Current Status

Coverage Maintainability Rating Quality Gate Status Reliability Rating Security Rating Technical Debt Vulnerabilities

Phan PHPStan PSalm PHPUnit Composer PHP CS Fixer Rector

Features

AWS SES can give you notifications about bounced or complained e-mails both via e-mail or via the AWS SNS service.

Managing these notifications it is possible to know to which e-mails we should not send further e-mails.

This bundle helps you setting up the automatic handling of notifications via SNS.


Do you like this bundle?
LEAVE A ★

or run
composer global require symfony/thanks && composer thanks
to say thank you to all libraries you use in your current project, this included!


How AWS SES Monitor Bundle integrates with AWS SNS

Using AWS SES Monitor Bundle you can, using the console of your Symfony's App, create in AWS Simple Notifications Service a topic for bounced emails and one for complained emails and automatically subscribe your app identity to that topics.

The bundle exposes some endpoints called by AWS Simple Email Service when an e-mail is bounced or complained. When those endpoints are called, AWS SES Monitor Bundle persists these emails in the database.

The SwiftMailer plugin included reads these e-mails and automatically disable the sending of e-mails to those addresses.

The entire procedure is automated by the bundle in a really simple and easy way.

Documentation

You can read how to install, configure, test and use AWS SES Monitor Bundle in the documentation.


Do you like this bundle?
LEAVE A ★

or run
composer global require symfony/thanks && composer thanks
to say thank you to all libraries you use in your current project, this included!



All versions of bundle-aws-ses-monitor with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
aws/aws-php-sns-message-validator Version ^1.5
aws/aws-sdk-php Version ^3.39.0
aws/aws-sdk-php-symfony Version ^2.0
doctrine/common Version ^2.4 || ^3.0
doctrine/doctrine-bundle Version ^1.7 || ^2.0
doctrine/orm Version ^2.5
symfony/framework-bundle Version ~4.4|~5.4|~6.0
symfony/http-kernel Version ~4.4|~5.4|~6.0
symfony/swiftmailer-bundle Version ^3.0
symfony/yaml Version ~4.4|~5.4|~6.0
thecodingmachine/safe Version ^1.0|^2.0
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 serendipity_hq/bundle-aws-ses-monitor contains the following files

Loading the files please wait ....