Download the PHP package sergey-demidov/mailerlite-api-v2-php-sdk without Composer
On this page you can find all versions of the php package sergey-demidov/mailerlite-api-v2-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sergey-demidov/mailerlite-api-v2-php-sdk
More information about sergey-demidov/mailerlite-api-v2-php-sdk
Files in sergey-demidov/mailerlite-api-v2-php-sdk
Package mailerlite-api-v2-php-sdk
Short Description MailerLite API v2 PHP SDK
License MIT
Homepage https://github.com/mailerlite/mailerlite-api-v2-php-sdk
Informations about the package mailerlite-api-v2-php-sdk
MailerLite API v2 PHP SDK
It is a fork of official PHP SDK for MailerLite API v2.
Just added support for
PHP 8
tocomposer.json
.
You can find more examples and information about MailerLite API v2 here: https://developers.mailerlite.com
Getting started
In order to use this library you need to have at least PHP 7.1 version.
There are two ways to use MailerLite PHP SDK:
Use Composer
If you are not familiar with Composer, learn about it here.
Then you will need to run this simple command using CLI:
This library is built atop of PSR-7 and
PSR-18. If you are receiving Http\Discovery\Exception\DiscoveryFailedException
exception, you will need to run:
Manual (preferable for shared hostings)
This way is preferable only if you are using shared hosting and do not have a possibility to use Composer. You will need to download this archive(v0.2.3), extract it and place its contents in root folder of your project. The next step is the same as using Composer, you will need to require vendor/autoload.php
file in your index.php and lets dive in!
Usage examples
Groups API
In the given example you will see how to initiate selected API and a few actions which are available:
- Create group
- Get groups
- Update group
- Get subscribers who belongs to selected group
Use multiple APIs at once
Also `MailerLiteApi\MailerLite' object can be initiated before selecting API you want to use and it allows to achieve more.
Use your preferred HTTP client
MailerLite SDK uses cURL as default HTTP client but it is easy to use your preferred client. It is achieved by using HTTPlug which is PSR-7 compliant HTTP client abstraction.
Here is an example how to use Guzzle instead of cURL:
Support and Feedback
In case you find any bugs, submit an issue directly here in GitHub.
You are welcome to create SDK for any other programming language.
If you have any troubles using our API or SDK free to contact our support by email [email protected]
Official documentation is at https://developers.mailerlite.com
All versions of mailerlite-api-v2-php-sdk with dependencies
php-http/client-common Version ^2.0
php-http/discovery Version ^1.7
nyholm/psr7 Version ^1.0
ext-json Version *