PHPackages                             mailxpert/php-sdk - 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. mailxpert/php-sdk

ActiveLibrary[API Development](/categories/api)

mailxpert/php-sdk
=================

mailXpert SDK for PHP

0.1.5(6y ago)22.1k↓50%1MITPHPPHP &gt;=5.4.0

Since Aug 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mailXpert/mailxpert-php-sdk)[ Packagist](https://packagist.org/packages/mailxpert/php-sdk)[ Docs](https://github.com/mailXpert/mailxpert-php-sdk)[ RSS](/packages/mailxpert-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (16)Used By (1)

mailXpert PHP SDK for API V2.0
==============================

[](#mailxpert-php-sdk-for-api-v20)

This library allows you to easily manipulate the mailXpert API V2.0.

NOTE: This library is still considered as in alpha release. Although it is meant to be light and there is no plan for big changes in it, be careful if planned to use in production environment.

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/841d1561926c9273b827848d463eb3519008bed10b3cea1df71aef81195bdff2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61696c58706572742f6d61696c78706572742d7068702d73646b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mailXpert/mailxpert-php-sdk/?branch=master)

Installation
------------

[](#installation)

Install this package with composer:

```
composer require mailxpert/php-sdk
```

Usage
-----

[](#usage)

You can check the `examples/` folders.

### Initialisation

[](#initialisation)

The basic usage is the following:

```
$mailxpert = new Mailxpert([
    'app_id' => $appId,
    'app_secret' => $appSecret
]);
```

### Show the "Login with mailXpert" button

[](#show-the-login-with-mailxpert-button)

```
