PHPackages                             nickolaspz/marketingcloud - 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. nickolaspz/marketingcloud

ActiveLibrary

nickolaspz/marketingcloud
=========================

Marketing Cloud Wrapper

v2.0(6y ago)094MITPHPCI failing

Since Oct 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nickolaspz/marketingcloud)[ Packagist](https://packagist.org/packages/nickolaspz/marketingcloud)[ RSS](/packages/nickolaspz-marketingcloud/feed)WikiDiscussions master Synced yesterday

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

marketingcloud
==============

[](#marketingcloud)

SF Marketing Cloud wrapper for FuelSDK-PHP

Config
------

[](#config)

Create file nmc-config.php in app root folder with the following contents filled in

```
return [
    'appsignature' => 'none',
    'clientid' => '',
    'clientsecret' => '',
    'defaultwsdl' => '',
    'xmlloc' => __DIR__ . '\\..\\cache\\ExactTargetWSDL.xml',
    'baseAuthUrl' => '',
    'baseSoapUrl' => '',
    'baseUrl' => '',
    'useOAuth2Authentication' => true,
    'accountId' => '',
    'scope' => ''
];
```

Example
-------

[](#example)

```
use Nickolaspz\MarketingCloud\Trigger;
use Nickolaspz\MarketingCloud\DataExtension;

public function send_trigger(Request $request)
{

	$email = 'myemail@gmail.com';
	$data = [
		[
			'Name' => 'Attribute',
			'Value' => 'Value'
		]
	];

	$trigger = new Trigger($this->getConfig());
	$response = $trigger->send('Trigger_Name', $email, $data);
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Every ~16 days

Total

2

Last Release

2384d ago

Major Versions

v1.0 → v2.02019-11-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1ccda8a6e566e46fece27da4c6a4b3273dfc9149a6e55015a470e1586b38def?d=identicon)[nickolaspz](/maintainers/nickolaspz)

---

Top Contributors

[![nickolaspz](https://avatars.githubusercontent.com/u/28718295?v=4)](https://github.com/nickolaspz "nickolaspz (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nickolaspz-marketingcloud/health.svg)

```
[![Health](https://phpackages.com/badges/nickolaspz-marketingcloud/health.svg)](https://phpackages.com/packages/nickolaspz-marketingcloud)
```

PHPackages © 2026

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