PHPackages                             scn/evalanche-soap-api-connector - 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. scn/evalanche-soap-api-connector

ActiveLibrary[API Development](/categories/api)

scn/evalanche-soap-api-connector
================================

Official PHP client for Evalanche SOAP API

v1.13.2(8mo ago)5265.1k↑56.8%91MITPHPPHP &gt;=7.2CI passing

Since Aug 24Pushed 2mo ago8 watchersCompare

[ Source](https://github.com/SC-Networks/evalanche-soap-api-connector)[ Packagist](https://packagist.org/packages/scn/evalanche-soap-api-connector)[ Docs](https://github.com/SC-Networks/evalanche-soap-api-connector)[ RSS](/packages/scn-evalanche-soap-api-connector/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (38)Used By (1)

EVALANCHE SOAP API CONNECTOR
============================

[](#evalanche-soap-api-connector)

[![Monthly Downloads](https://camo.githubusercontent.com/5bd63a43f32c979bddea3dd8f1318e819a464da6f0d31c2af0553986672427a8/68747470733a2f2f706f7365722e707567782e6f72672f73636e2f6576616c616e6368652d736f61702d6170692d636f6e6e6563746f722f642f6d6f6e74686c79)](https://packagist.org/packages/scn/evalanche-soap-api-connector)[![License](https://camo.githubusercontent.com/d05b08ba6f3d6b74a3a61416a2f5d6da8b6059ba96c365bc4b7be1d2a0580f6f/68747470733a2f2f706f7365722e707567782e6f72672f73636e2f6576616c616e6368652d736f61702d6170692d636f6e6e6563746f722f6c6963656e7365)](LICENSE.md)[![tests](https://github.com/SC-Networks/evalanche-soap-api-connector/workflows/tests/badge.svg)](https://github.com/SC-Networks/evalanche-soap-api-connector/workflows/tests/badge.svg)

Install
-------

[](#install)

Via Composer

```
$ composer require scn/evalanche-soap-api-connector
```

PHP-Support
-----------

[](#php-support)

Connector-Version/BranchPHP-Version(s)1.x7.2, 7.3, 7.4, 8.0, 8.1master8.1, 8.2, 8.3, 8.4Usage
-----

[](#usage)

### General

[](#general)

First create a connection with the access credentials provided by SC-Networks.

```
require 'vendor/autoload.php';

$connection = \Scn\EvalancheSoapApiConnector\EvalancheConnection::create(
    'given host',
    'given username',
    'given password'
);
```

Then create the client of your choice e.g. FormClient

`$statistic = $connection->createFormClient()->getStatistics(123, false);`

Work with the results

`$statistic->getImpressions()`

Most of the methods will require/return structs which are defined and described in [the struct repository](https://github.com/SC-Networks/evalanche-soap-api-struct).

### Custom soapclient settings

[](#custom-soapclient-settings)

`EvalancheConnection::create` allows to set [custom settings](https://www.php.net/manual/en/soapclient.construct.php)for phps soap client. Please note that some options are predefined with meaningful values and cannot be changed.

```
$connection = \Scn\EvalancheSoapApiConnector\EvalancheConnection::create(
    'given host',
    'given username',
    'given password',
    false,
    [
        'keep_alive' => false,
    ]
);
```

Method Documentation
--------------------

[](#method-documentation)

Can be found [here](/docs/index.md). Detailled information about the calls can be found in the [API documentation](https://help.evalanche.cloud/hc/en-us/sections/360003694531-Standard-API-SOAP-).

Testing
-------

[](#testing)

```
$ composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance73

Regular maintenance activity

Popularity42

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~245 days

Total

37

Last Release

263d ago

Major Versions

v0.1.8 → v1.0.02018-10-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/571575?v=4)[scn](/maintainers/scn)[@scn](https://github.com/scn)

---

Top Contributors

[![usox](https://avatars.githubusercontent.com/u/5184763?v=4)](https://github.com/usox "usox (71 commits)")[![WorksDev](https://avatars.githubusercontent.com/u/6623695?v=4)](https://github.com/WorksDev "WorksDev (56 commits)")[![effectpet](https://avatars.githubusercontent.com/u/16230418?v=4)](https://github.com/effectpet "effectpet (11 commits)")[![danielneubert](https://avatars.githubusercontent.com/u/18072841?v=4)](https://github.com/danielneubert "danielneubert (5 commits)")[![simonduerr](https://avatars.githubusercontent.com/u/7114217?v=4)](https://github.com/simonduerr "simonduerr (2 commits)")[![attrib](https://avatars.githubusercontent.com/u/679305?v=4)](https://github.com/attrib "attrib (2 commits)")[![amenk](https://avatars.githubusercontent.com/u/1087128?v=4)](https://github.com/amenk "amenk (1 commits)")

---

Tags

apiconnectorevalanchephpsoapapisoapconnectoremail marketingevalanche

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/scn-evalanche-soap-api-connector/health.svg)

```
[![Health](https://phpackages.com/badges/scn-evalanche-soap-api-connector/health.svg)](https://phpackages.com/packages/scn-evalanche-soap-api-connector)
```

###  Alternatives

[akeneo/magento-connector-bundle

Akeneo PIM bundle to export to Magento platform

582.2k](/packages/akeneo-magento-connector-bundle)[hiddeco/transip

The better TransIP API client.

22319.8k2](/packages/hiddeco-transip)

PHPackages © 2026

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