Download the PHP package scn/evalanche-soap-api-connector without Composer
On this page you can find all versions of the php package scn/evalanche-soap-api-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scn/evalanche-soap-api-connector
More information about scn/evalanche-soap-api-connector
Files in scn/evalanche-soap-api-connector
Package evalanche-soap-api-connector
Short Description Official PHP client for Evalanche SOAP API
License MIT
Homepage https://github.com/SC-Networks/evalanche-soap-api-connector
Informations about the package evalanche-soap-api-connector
EVALANCHE SOAP API CONNECTOR
Install
Via Composer
PHP-Support
Connector-Version/Branch | PHP-Version(s) |
---|---|
1.x | 7.2, 7.3, 7.4, 8.0, 8.1 |
master | 8.1, 8.2 |
Usage
General
First create a connection with the access credentials provided by SC-Networks.
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.
Custom soapclient settings
EvalancheConnection::create
allows to set custom settings
for phps soap client. Please note that some options are predefined with meaningful values and cannot
be changed.
Method Documentation
Can be found API documentation.
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of evalanche-soap-api-connector with dependencies
ext-soap Version *
scn/evalanche-soap-api-struct Version ^2.0
scn/hydrator Version ^2|^3
scn/hydrator-property-values Version ^2.0|^3.0