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 |
|---|---|---|---|
| token | string | Unique token to be used in the system | [optional] |
| access_level | \ElasticEmail\Model\AccessLevel[] | Access level or permission to be assigned to this ApiKey. | [optional] |
| name | string | Name of the ApiKey. | [optional] |
| date_created | \DateTime | Date this ApiKey was created. | [optional] |
| last_use | \DateTime | Date this ApiKey was last used. | [optional] |
| expires | \DateTime | Date this ApiKey expires. | [optional] |
| restrict_access_to_ip_range | string[] | Which IPs can use this ApiKey | [optional] |
How can I help you explore Laravel packages today?