Skip to content

Releases: weMail/flysend-php

v1.0.0

02 Apr 15:40

Choose a tag to compare

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