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

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

druid628/exacttarget-bundle
===========================

Component library for ExactTarget API

v1.1.0(12y ago)35.3k2[3 issues](https://github.com/druid628/exactTargetBundle/issues)MITPHPPHP &gt;=5.3.5

Since Apr 7Pushed 12y ago1 watchersCompare

[ Source](https://github.com/druid628/exactTargetBundle)[ Packagist](https://packagist.org/packages/druid628/exacttarget-bundle)[ Docs](https://github.com/druid628/exactTargetBundle)[ RSS](/packages/druid628-exacttarget-bundle/feed)WikiDiscussions master Synced 2d ago

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

ExactTargetBundle
=================

[](#exacttargetbundle)

Symfony bundle for Exact Target library

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

[](#installation)

### Composer:

[](#composer)

Add exacttarget-bundle to composer.json

```
{
    "require": {
        "druid628/exacttarget-bundle": "1.0.1"
    }
}

php composer.phar install

```

### AppKernel

[](#appkernel)

Add ExactTargetBundle to the app/AppKernel.php file.

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Druid628\ExactTarget\ExactTargetBundle\ExactTargetBundle(),
        )
    }
}

```

Configuration
-------------

[](#configuration)

In your app/config/config.yml add the following entries with your correct information:

```
exact_target:
    credentials:
        username: 'yourUsername'
        password: 'yourPassword'
        server:   's4'

```

Usage
-----

[](#usage)

From any where the ServiceContainer is available you can execute:

```
$etClient = $container->get('exacttarget');

```

This will return you an instance of \\druid628\\exactTarget\\EtClient [(more info)](https://github.com/druid628/exacttarget/wiki/EtClient)

CHANGELOG
---------

[](#changelog)

- v1.0.0 - DO NOT USE - Initial Commit Contained Namespace issues
- v1.1.0 - Added simple documentation (@druid628) and Corrected Namespace issues (@rk3rn3r)

Contributors
------------

[](#contributors)

- Micah Breedlove -  - [@druid628](http://twitter.com/druid628)
- René Kerner -

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4420d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f32ae1f0bf9491a59f474478c6344e37034667512769884f00d31c8d1568757?d=identicon)[druid628](/maintainers/druid628)

---

Top Contributors

[![druid628](https://avatars.githubusercontent.com/u/522820?v=4)](https://github.com/druid628 "druid628 (11 commits)")[![rk3rn3r](https://avatars.githubusercontent.com/u/1249289?v=4)](https://github.com/rk3rn3r "rk3rn3r (1 commits)")

---

Tags

apiemailexact targetexacttarget

### Embed Badge

![Health badge](/badges/druid628-exacttarget-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/druid628-exacttarget-bundle/health.svg)](https://phpackages.com/packages/druid628-exacttarget-bundle)
```

###  Alternatives

[druid628/exacttarget

Component library for ExactTarget API

14104.2k1](/packages/druid628-exacttarget)[ecomailcz/ecomail

Ecomail.cz API Wrapper

17383.8k4](/packages/ecomailcz-ecomail)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
