Download the PHP package dreamcampaigns/managesend-php without Composer
On this page you can find all versions of the php package dreamcampaigns/managesend-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dreamcampaigns/managesend-php
More information about dreamcampaigns/managesend-php
Files in dreamcampaigns/managesend-php
Package managesend-php
Short Description A php library which implements the complete functionality of the DreamCampaigns API.
License MIT
Homepage https://api.managesend.com/
Informations about the package managesend-php
managesend-php
A PHP library implementing the complete functionality of the DreamCampaigns API. A complete suites of marketing tools for your business or website.
Supported PHP Versions
This library supports the following PHP implementations:
- PHP 5.3
- PHP 5.4
- PHP 5.5
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 7.4
Installation
You can install managesend-php via composer or by downloading
the source.
Via Composer
managesend-php is available on Packagist as the
dreamcampaigns/managesend-php
package.
If you use Composer, you can run the following command from the root of your project to install:
Manual Installation
If youn't use Composer
you can simply download the library and include it in your project.
After you have installed the library, if you need an autoloader, simply include the managesend-php autoload class, as follows:
Authenticating
The DreamCampaigns API uses Basic authentication using an API key and API secret.
Quickstart
Send a Smart email
Send a Smart SMS
Getting sent email campaigns
Using .env
If you're using .env, you can set your API credentials in your .env.
Examples
Samples for creating or accessing all resources can be found in the examples directory.
Documentation
For more details you can reffer to the DreamCampaigns API documentations