PHPackages                             intracto/campaign-monitor-bundle - 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. intracto/campaign-monitor-bundle

ActiveSymfony-bundle[API Development](/categories/api)

intracto/campaign-monitor-bundle
================================

Symfony bundle for the Campaign Monitor API

v0.5(8y ago)44.8k4MITPHPPHP &gt;=5.3.2

Since Jul 22Pushed 8y ago30 watchersCompare

[ Source](https://github.com/Intracto/CampaignMonitorBundle)[ Packagist](https://packagist.org/packages/intracto/campaign-monitor-bundle)[ RSS](/packages/intracto-campaign-monitor-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

IntractoCampaignMonitorBundle
=============================

[](#intractocampaignmonitorbundle)

Welcome to the IntractoCampaignMonitorBundle - a Symfony wrapper for the Campaign Monitor PHP library.

For details on how to get started with IntractoCampaignMonitorBundle, keep on reading.

What's inside?
--------------

[](#whats-inside)

The IntractoCampaignMonitorBundle has following features:

- All results from the API are hydrated to different models.
- Paged results are returned as a Paginator instance with a method to get the next set of records.
- A defensive programming approach in all classes to prevent broken instances.

All code included in the IntractoCampaignMonitorBundle is released under the MIT or BSD license.

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

[](#installation)

### Step 1 - Install IntractoCampaignMonitorBundle using composer

[](#step-1---install-intractocampaignmonitorbundle-using-composer)

Edit your composer.json to include the bundle as a dependency.

```
{
    "require": {
        "intracto/campaign-monitor-bundle": "0.1",
    }
}
```

Open up a command line window and tell composer to download the new dependency.

```
$ php composer.phar update intracto/campaign-monitor-bundle
```

### Step 2 - Register the bundle in your AppKernel file

[](#step-2---register-the-bundle-in-your-appkernel-file)

```
