PHPackages                             moo-theo/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. moo-theo/php-api-wrapper

ActiveLibrary[API Development](/categories/api)

moo-theo/php-api-wrapper
========================

v0.0.1.6(8y ago)0453proprietaryPHPPHP &gt;=5.4

Since Sep 19Pushed 8y agoCompare

[ Source](https://github.com/mooTheo/PHP-Moosend-Wrapper)[ Packagist](https://packagist.org/packages/moo-theo/php-api-wrapper)[ Docs](http://moosend.com)[ RSS](/packages/moo-theo-php-api-wrapper/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Moosend PHP Wrapper for Moosend V3 API
======================================

[](#moosend-php-wrapper-for-moosend-v3-api)

The following project is a PHP implementation of the Moosend V3 API. You can find the API documentation at

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

[](#requirements)

PHP 5.4.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

```
composer require moosend/api-wrappers-php

```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/autoload.php');
```

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

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
