PHPackages                             marketingplatform/api\_parser\_v2 - 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. marketingplatform/api\_parser\_v2

ActiveLibrary[API Development](/categories/api)

marketingplatform/api\_parser\_v2
=================================

PHP class for using our company's API v2 as part of the subscription

2.0(5y ago)06MITPHPPHP &gt;=7.0.0

Since Jan 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/emailplatform/ApiParser_v2)[ Packagist](https://packagist.org/packages/marketingplatform/api_parser_v2)[ Docs](https://github.com/emailplatform/ApiParser_v2)[ RSS](/packages/marketingplatform-api-parser-v2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

ApiParser
=========

[](#apiparser)

PHP class for using our company's API v2 as part of the subscription.

---

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

[](#installation)

Run following command in terminal from the root of your project:

```
composer require marketingplatform/api_parser_v2
```

You can load dependencies by adding these lines to your code:

```
require_once 'vendor/marketingplatform/api_parser/src/settings.php';
require_once 'vendor/marketingplatform/api_parser/src/ApiParser.class.php';
```

---

How to use
----------

[](#how-to-use)

1. Set up your API credentials (apiusername &amp; apitoken) into **settings.php**
2. Create instance from **ApiParser.class.php**

```
$parser = new ApiParser($settings);
```

3. Call method from ApiParser

```
$listid = 24;
$emailaddress = "contact@marketingplatform.com";
$mobileNumber = "72444444";
$mobilePrefix = "45";
$confirmed = false;
$addToAutoreposnders = false;

$result = $parser->AddProfileToList($listid, $emailaddress, $mobileNumber, $mobilePrefix, $confirmed, $addToAutoreposnders);

print_r($result);
```

---

Changelog:
----------

[](#changelog)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~0 days

Total

2

Last Release

1935d ago

PHP version history (2 changes)2.0PHP &gt;=7.0.0

2.0.x-devPHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cfae98a15de28c2990796a0fdc1a88380d19ca80c17a5c1879cd0bd8b148b81?d=identicon)[emailplatform](/maintainers/emailplatform)

---

Top Contributors

[![emailplatform](https://avatars.githubusercontent.com/u/34769697?v=4)](https://github.com/emailplatform "emailplatform (18 commits)")

---

Tags

apisdklibrary

### Embed Badge

![Health badge](/badges/marketingplatform-api-parser-v2/health.svg)

```
[![Health](https://phpackages.com/badges/marketingplatform-api-parser-v2/health.svg)](https://phpackages.com/packages/marketingplatform-api-parser-v2)
```

###  Alternatives

[fabian-beiner/todoist-php-api-library

A PHP client library that provides a native interface to the official Todoist REST API.

4810.8k](/packages/fabian-beiner-todoist-php-api-library)[telegramsdk/botapi

SDK for the Telegram Bot API.

234.0k1](/packages/telegramsdk-botapi)

PHPackages © 2026

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