PHPackages                             zamay86/unisender-php-api-wrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. zamay86/unisender-php-api-wrapper

ActiveLibrary[API Development](/categories/api)

zamay86/unisender-php-api-wrapper
=================================

Unisender API wrapper

0100PHP

Since Jun 16Pushed 11mo agoCompare

[ Source](https://github.com/zamay86/unisender-php-api-wrapper)[ Packagist](https://packagist.org/packages/zamay86/unisender-php-api-wrapper)[ RSS](/packages/zamay86-unisender-php-api-wrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

About the Fork
--------------

[](#about-the-fork)

This is a fork of the original `unisender/api-wrapper`. The upstream project was moved to Gitflic.ru, which frequently goes offline, breaking automated installs. By maintaining this fork under the same namespaces, you can install `zamay86/unisender-php-api-wrapper` reliably without any changes to your code.

[Original package on Packagist](https://root.packagist.org/packages/unisender/api-wrapper)

[Original package source on GitFlick](https://gitflic.ru/project/unisender/php-api-wrapper)

zamay86/unisender-php-api-wrapper (unisender/api-wrapper)
=========================================================

[](#zamay86unisender-php-api-wrapper-unisenderapi-wrapper)

PHP wrapper for Unisender API requests.

English documentaion

Русская документация

Install
=======

[](#install)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

```
composer require zamay86/unisender-php-api-wrapper

```

To use compression you have to install bz2 php extension.

Changelog
=========

[](#changelog)

v1.2 Since this version, you may specify platform - a new argument. We will track it in our database. This is usefull for us to keep close to all platforms which uses our api. It is not required argument.

v1.5 Since this version, we requrire at least PHP 5.6 to enable TLS 1.2 support. Now English is default locale for api request.

v1.6 Updated all information into english, added new api-methods. Added support to change api request language.

Basic usage example
===================

[](#basic-usage-example)

```
