Releases: weMail/flysend-php
Releases · weMail/flysend-php
v1.0.0
FlySend PHP SDK v1.0.0
Initial stable release of the framework-agnostic PHP SDK for the FlySend API.
Features
- Send single emails via
$flysend->emails->send() - Batch send up to 100 emails via
$flysend->emails->batch() - Zero dependencies — uses native cURL
- Rich error handling:
ValidationException,QuotaExceededException - PHP 8.2+ with readonly properties
- Configurable base URL and timeout