mailerlite-api-v2-php-sdk icon indicating copy to clipboard operation
mailerlite-api-v2-php-sdk copied to clipboard

Official PHP wrapper for MailerLite Classic HTTP API v2

Results 20 mailerlite-api-v2-php-sdk issues
Sort by recently updated
recently updated
newest added

Hello, When trying to remove a subscription, having already identified it and using the id i am using the delete method passing the id as a parameter. The result is...

Please support this endpoint: https://developers.mailerlite.com/reference/update-subscriber

### What is the problem? This repo says it requires at least PHP version `7.1`. But after doing fresh install of this component, the Mailerlite's dependencies require at least PHP...

The link to the archive given under the "Manual (preferable for shared hostings)" section of "Getting Started" goes to a broken Google Drive link. Is it possible to download the...

`/groups/:id/subscribers/import` is not returning the expected response of `200`, instead, it returns a data object, with more stats. ### **Request:** ``` $groupsApi = (new \MailerLiteApi\MailerLite('your-api-key'))->groups(); $groupId = 123; $subscribers =...

the code relies on psr7, psr17 and psr18 implementations to be available, with the discovery. it no longer uses the php-http httplug interface (which was made obsolete by psr-18). php-http/client-common...

I feel like I'm missing something. I'm not getting successful subscription using the php sdk. There is no group ID available on the mailerlite website when I look under subscribers....

Make the project PHP 8.1 compatible. I added the return types where possible. In one place I used `#[\ReturnTypeWillChange]` attribute since PHP 7.1 does not support `mixed` as return type....

Hello, It seems that the headers about the rate limit of the api are not accessible when doing a call like ```php $response = $mailerliteClient->groups()->addSubscriber(...); ``` $response contains only the...

Hi all, I am maintaining a [python wrapper of the Mailerlite API](https://github.com/skoudoro/mailerlite-api-python) It seems that the public API key ([here](https://github.com/mailerlite/mailerlite-api-v2-php-sdk/blob/9fb6b8adb3b0dd9eb964ba5169b229516c73fd78/tests/bootstrap.php#L6)) does not work anymore. It returns `{"error":{"code":302,"message":"API-Key Unauthorized"}}`. This is...