emaillabs/emaillabs-php-api

EmailLabs library for PHP

dev-master 2018-08-13 11:49 UTC

This package is not auto-updated.

Last update: 2025-01-24 09:04:40 UTC


README

1. Instalation

To install this library simply add

{
  "require": {
    "emaillabs/emaillabs-php-api"   : "dev-master"
  }
}

into your composer.json file and run

composer install

Inside EmailLabsConfig.php change $appKey and $appSecret

    
    /**
     * @var string App key from EmailLabs panel
     */
    private $appKey = '';

    /**
     * @var string App secret from EmailLabs panel
     */
    private $appSecret = '';
    

Your library is ready to send e-mails via EmailLabs

2. Actions

For more information visit http://dev.emaillabs.io/