Download the PHP package ruelrule05/laravel-ses without Composer

On this page you can find all versions of the php package ruelrule05/laravel-ses. 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 laravel-ses

laravel-ses

A Laravel 5.5+ Package that allows you to get simple sending statistics for emails you send through SES, including deliveries, opens, bounces, complaints and link tracking.

Install via composer

Add to composer.json

Make sure your app/config/services.php has SES values set

Important to note that if you're using an IAM, it needs access to SNS (for deliveries, bounces and complaints) as well as SES

Make sure your mail driver located in app/config/mail.php is set to 'ses'

Publish public assets

Migrate the package's database tables

Optionally you can publish the package's config (laravelses.php)

Config Options

Run command in production to setup Amazon email notifications to track bounces, complaints and deliveries. Make sure in your configuration your app URL is set correctly.

If your application uses the http protocol instead of https add the --http flag to this command

Usage

To send an email with all tracking enabled

All tracking allows you to track opens, bounces, deliveries, complaints and links

You can, of course, disable and enable all the tracking options

The batching option gives you the chance to group emails, so you can get the results for a specific group

You can manipulate the results manually by querying the database. Or you can use functions that come with the package.

Send count = number of emails that were attempted

Deliveries = number of emails that were delivered

Opens = number of emails that were opened

Complaints = number of people that put email into spam

Click throughs = number of people that clicked at least one link in your email

Link Popularity = number of unique clicks on each link in the email, ordered by the most clicked.

API INFO

Data always has the 'success' key indicating whether the request was successful or not

400 bad request = validation for the endpoint failed

404 = something in your query was not found

422 = any other error that might have occurred

Parameters - none

Response

Parameters - none

Response

Parameters - none

Response

Parameters - none

Response


All versions of laravel-ses with dependencies

PHP Build Version
Package Version
Requires illuminate/support Version ~5.5
illuminate/console Version ~5.5
illuminate/mail Version ~5.5
illuminate/database Version ~5.5
illuminate/container Version ~5.5
illuminate/routing Version ~5.5
aws/aws-sdk-php Version ^3.28
ramsey/uuid Version ^3.7
nesbot/carbon Version ^1.22
guzzlehttp/guzzle Version ~6.0
paquettg/php-html-parser Version ^1.7
aws/aws-php-sns-message-validator Version ^1.4
symfony/psr-http-message-bridge Version ^1.0
zendframework/zend-diactoros 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 ruelrule05/laravel-ses contains the following files

Loading the files please wait ....