Mailerlite Api V2 Php Sdk Versions Save

Official PHP wrapper for MailerLite Classic HTTP API v2

0.3.2

2 years ago

PHP 8 support

0.3.1

3 years ago

Added missing methods for woocommerce plugin

0.3.0

3 years ago
  • Updated HTTP client to support PSR-7 and PSR-18
  • Batch action added
  • Campaign addContent method updated to provide more information about expected data
  • Subscribers get($fields = ['*']) updated to get($fields = ['*'], $type = null) to allow getting subscribers by type
  • PHPUnit version updated

0.2.3

5 years ago

0.2.1

7 years ago

0.1.10

7 years ago

Fixed an issue associated with usage of Guzzle client when sending PUT & POST requests.

0.1.9

7 years ago

Added new endpoint:

  • GET /campaigns/:status

Read more here: http://developers.mailerlite.com/docs/campaigns-by-type

0.1.8

7 years ago

There is no need to provide campaign settings when you want to send it immediately so default value (empty array) is provided.

0.1.7

7 years ago
  • Method importSubscribers($groupId, $subscribers, $options) in MailerliteApi\Api\Groups class has additional parameter $options to define resubscribe and autoresponders boolean parameters.