PHPackages                             mykehsd/responsys - 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. mykehsd/responsys

ActiveLibrary

mykehsd/responsys
=================

517PHP

Since May 17Pushed 12y ago1 watchersCompare

[ Source](https://github.com/mykehsd/Responsys)[ Packagist](https://packagist.org/packages/mykehsd/responsys)[ RSS](/packages/mykehsd-responsys/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Responsys PHP Api Client
========================

[](#responsys-php-api-client)

This library supports most methods of the responsys api. You can:

- Create folders
- Submit forms
- Create new campaigns
- Manage data sources

State
-----

[](#state)

This is considered beta state but production ready.

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

[](#installation)

Installation is done via the wonderful composer package. Once composer is installed

```
composer require mykehsd/responsys

```

Usage
-----

[](#usage)

The first step is to initiate your client object with you login information

```
$client = new Client('username', 'password');

#Create folders
$client->createFolder("My New Folder");

#Create Datasource
$client->createDataSource("ds_name", array(
	array(
		"EMAIL_ADDRESS" => "test@example.com",
	)
), 'My New Folder');

#Trigger form submission
$client->submitForm("My API Form", array(
	"NAME" => "John Smith",
	"EMAIL" => "test@example.com"
));

```

Notes
-----

[](#notes)

All methods can be chained together to create a simple interface

```
$client
	->createFolder("New Folder"
	->submitForm("My API Form", array(
        "NAME" => "John Smith",
        "EMAIL" => "test@example.com"
));

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mykehsd-responsys/health.svg)

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

PHPackages © 2026

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