rdok / elasticemail-php
Integration to the Elastic Email API http://api.elasticemail.com/public/help
Installs: 24 823
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 5
Open Issues: 0
Requires
- php: ^7.2 | ^8.0
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- larapack/dd: ^1.1
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^8.5
- spatie/phpunit-watcher: ^1.23
- squizlabs/php_codesniffer: ^3.5
- vlucas/phpdotenv: ^5.3
README
ElasticEmailPHP is a PHP Library for interacting with Elastic Email platform API.
Usage
$elasticEmail = new \ElasticEmail\ElasticEmail('your_elastic_api_key'); $elasticEmail->email()->send([ 'to' => 'to_email', 'subject' => 'subject', 'from' => 'from_email' ]);
See integration tests for more examples.
Installation
Using composer
composer require rdok/elasticemail-php
Supported features
Supported PHP versions
- 7.2
- 7.3
- 7.4
- 8.0