PHPackages                             moosend/phpwrapper - 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. moosend/phpwrapper

ActiveLibrary[API Development](/categories/api)

moosend/phpwrapper
==================

200069478(6y ago)653.7k↓10.4%4[1 issues](https://github.com/moosend/api-wrappers-php/issues)[1 PRs](https://github.com/moosend/api-wrappers-php/pulls)proprietaryPHPPHP &gt;=5.4CI failing

Since Feb 9Pushed 6y ago20 watchersCompare

[ Source](https://github.com/moosend/api-wrappers-php)[ Packagist](https://packagist.org/packages/moosend/phpwrapper)[ Docs](http://moosend.com)[ RSS](/packages/moosend-phpwrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (11)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/phpwrapper

```

### 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:

```
