PHPackages                             mailsoft/mailsoft-php - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. mailsoft/mailsoft-php

ActivePackage[Mail &amp; Notifications](/categories/mail)

mailsoft/mailsoft-php
=====================

A PHP-SDK for the Mailsoft API

13PHP

Since Jul 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Mailsoft/mailsoft-php)[ Packagist](https://packagist.org/packages/mailsoft/mailsoft-php)[ RSS](/packages/mailsoft-mailsoft-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Mailsoft PHP SDK
================

[](#mailsoft-php-sdk)

You can sign up for a Mailsoft account at .

Requirements
------------

[](#requirements)

PHP 5.4.0 and later.

Composer
--------

[](#composer)

You can install this package via [Composer](http://getcomposer.org/). Run the following command:

```
composer require mailsoft/mailsoft-php
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once('vendor/autoload.php');
```

Manual Installation
-------------------

[](#manual-installation)

If you do not wish to use Composer, you can download the [latest release](https://github.com/mailsoft/mailsoft-php/releases).

Dependencies
------------

[](#dependencies)

The bindings require the following extensions in order to work properly:

- [`guzzle`](https://github.com/guzzle/guzzle)
- [`json`](https://secure.php.net/manual/en/book.json.php)

If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
