Download the PHP package aztech/coyote without Composer
On this page you can find all versions of the php package aztech/coyote. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aztech/coyote
More information about aztech/coyote
Files in aztech/coyote
Download aztech/coyote
More information about aztech/coyote
Files in aztech/coyote
Please rate this library. Is it a good library?
Informations about the package coyote
coyote
Coyote is a library to send emails and text messages with support for multiple provides
Setup
Install the library
Composer is the only supported way of installing Coyote. From the root of your project, run the following command:
Pick a provider
Coyote is only an abstraction layer on top of existing SDK's, and by default, does not include those in order to avoid loading too many packages in your project.
Here's the list of the required packages to be able to use each provider:
For email
- Mandrill:
composer require mandrill/mandrill:~1.0
- Mailgun:
composer require mailgun/mailgun:~1.7
For text messages
- Twilio:
composer require twilio/sdk:~3.12
Features
- Send transactional emails
- Build messages using local or remote (ie. Mandrill/Mailchimp templates) message templates
- Send text messages
- Optional integration with Phinject DI container
Usage
Send emails
All versions of coyote with dependencies
PHP Build Version
Package Version
The package aztech/coyote contains the following files
Loading the files please wait ....