{"id":18719865,"url":"https://github.com/sc-networks/evalanche-soap-api-connector","last_synced_at":"2025-04-12T14:10:47.498Z","repository":{"id":32913290,"uuid":"143846359","full_name":"SC-Networks/evalanche-soap-api-connector","owner":"SC-Networks","description":"Official PHP client for Evalanche SOAP API","archived":false,"fork":false,"pushed_at":"2024-04-26T06:56:52.000Z","size":636,"stargazers_count":5,"open_issues_count":0,"forks_count":8,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-26T07:44:58.348Z","etag":null,"topics":["api","connector","evalanche","php","soap"],"latest_commit_sha":null,"homepage":"https://www.sc-networks.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SC-Networks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-07T08:53:41.000Z","updated_at":"2024-07-16T13:53:39.499Z","dependencies_parsed_at":"2023-02-17T19:45:54.657Z","dependency_job_id":"7c510e1a-a731-4728-9682-10bca92b51d0","html_url":"https://github.com/SC-Networks/evalanche-soap-api-connector","commit_stats":{"total_commits":130,"total_committers":14,"mean_commits":9.285714285714286,"dds":0.6,"last_synced_commit":"5d9a6d77d6c67d65b7236fffe955d0d81a52deb8"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SC-Networks%2Fevalanche-soap-api-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SC-Networks%2Fevalanche-soap-api-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SC-Networks%2Fevalanche-soap-api-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SC-Networks%2Fevalanche-soap-api-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SC-Networks","download_url":"https://codeload.github.com/SC-Networks/evalanche-soap-api-connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578872,"owners_count":21127713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","connector","evalanche","php","soap"],"created_at":"2024-11-07T13:28:16.355Z","updated_at":"2025-04-12T14:10:47.471Z","avatar_url":"https://github.com/SC-Networks.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EVALANCHE SOAP API CONNECTOR\n\n[![Monthly Downloads](https://poser.pugx.org/scn/evalanche-soap-api-connector/d/monthly)](https://packagist.org/packages/scn/evalanche-soap-api-connector)\n[![License](https://poser.pugx.org/scn/evalanche-soap-api-connector/license)](LICENSE.md)\n![tests](https://github.com/SC-Networks/evalanche-soap-api-connector/workflows/tests/badge.svg)\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require scn/evalanche-soap-api-connector\n```\n\n## PHP-Support\n\n| Connector-Version/Branch | PHP-Version(s)          |\n|--------------------------|-------------------------|\n| 1.x                      | 7.2, 7.3, 7.4, 8.0, 8.1 |\n| master                   | 8.1, 8.2                |\n\n## Usage\n\n### General\n\nFirst create a connection with the access credentials provided by SC-Networks.\n\n```php\nrequire 'vendor/autoload.php';\n\n$connection = \\Scn\\EvalancheSoapApiConnector\\EvalancheConnection::create(\n    'given host',\n    'given username',\n    'given password'\n);\n```\n\nThen create the client of your choice e.g. FormClient\n\n`$statistic = $connection-\u003ecreateFormClient()-\u003egetStatistics(123, false);`\n\nWork with the results\n\n`$statistic-\u003egetImpressions()`\n\nMost of the methods will require/return structs which are defined and\ndescribed in [the struct repository](https://github.com/SC-Networks/evalanche-soap-api-struct).\n\n### Custom soapclient settings\n\n`EvalancheConnection::create` allows to set [custom settings](https://www.php.net/manual/en/soapclient.construct.php)\nfor phps soap client. Please note that some options are predefined with meaningful values and cannot\nbe changed.\n\n\n```php\n$connection = \\Scn\\EvalancheSoapApiConnector\\EvalancheConnection::create(\n    'given host',\n    'given username',\n    'given password',\n    false,\n    [\n        'keep_alive' =\u003e false,\n    ]\n);\n```\n\n## Method Documentation\n\nCan 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-).\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsc-networks%2Fevalanche-soap-api-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsc-networks%2Fevalanche-soap-api-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsc-networks%2Fevalanche-soap-api-connector/lists"}