elasticemail/elasticemail-php
PHP client for Elastic Email’s REST API. Authenticate with your API key and manage campaigns and other resources via GET/POST/PUT/DELETE. Supports PHP 7.4+ (incl. 8.0) and uses Guzzle with configurable timeouts and connection limits.
| Name | Type | Description | Notes |
|---|---|---|---|
| public_account_id | string | Public key for limited access to your Account such as contact/add so you can use it safely on public websites. | [optional] |
| string | Proper email address. | [optional] | |
| settings | \ElasticEmail\Model\SubaccountSettingsInfo | [optional] | |
| last_activity | \DateTime | Date of last activity on Account | [optional] |
| email_credits | int | Amount of email credits | [optional] |
| total_emails_sent | int | Amount of emails sent from this Account | [optional] |
| reputation | float | Numeric reputation | [optional] |
| status | \ElasticEmail\Model\AccountStatusEnum | [optional] | |
| contacts_count | int | How many contacts this SubAccount has stored | [optional] |
How can I help you explore Laravel packages today?