emaillabs / emaillabs-php-api
EmailLabs library for PHP
Installs: 31 078
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 4
Open Issues: 9
Requires
- php: >=5.3.0
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/