{"id":27180214,"url":"https://github.com/danielneubert/evalanche-interface","last_synced_at":"2025-04-09T14:25:58.413Z","repository":{"id":46152159,"uuid":"312089698","full_name":"danielneubert/evalanche-interface","owner":"danielneubert","description":"This interface is a consistent wrapper arround the SOAP API of Evalanche.","archived":false,"fork":false,"pushed_at":"2021-11-11T22:54:09.000Z","size":124,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-21T21:32:38.383Z","etag":null,"topics":["api-client","api-wrapper","evalanche","evalanche-api","php","php7","soap","soap-api"],"latest_commit_sha":null,"homepage":"","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/danielneubert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-11T21:05:02.000Z","updated_at":"2023-05-24T15:55:13.000Z","dependencies_parsed_at":"2022-09-11T18:22:22.003Z","dependency_job_id":null,"html_url":"https://github.com/danielneubert/evalanche-interface","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielneubert%2Fevalanche-interface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielneubert%2Fevalanche-interface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielneubert%2Fevalanche-interface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielneubert%2Fevalanche-interface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielneubert","download_url":"https://codeload.github.com/danielneubert/evalanche-interface/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054563,"owners_count":21040025,"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-client","api-wrapper","evalanche","evalanche-api","php","php7","soap","soap-api"],"created_at":"2025-04-09T14:25:57.851Z","updated_at":"2025-04-09T14:25:58.405Z","avatar_url":"https://github.com/danielneubert.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EvalancheInterface\n\n[![Packagist Version](https://img.shields.io/packagist/v/neubert/evalanche-interface?color=blue)](https://packagist.org/packages/neubert/evalanche-interface)\n[![License MIT](https://img.shields.io/packagist/l/neubert/evalanche-interface?color=brightgreen)](https://packagist.org/packages/neubert/evalanche-interface)\n[![Code Coverage 27%](https://img.shields.io/badge/coverage-35%25-yellow)](https://github.com/danielneubert/evalanche-interface/blob/master/SUPPORT.md)\n[![Code Completion 43%](https://img.shields.io/badge/completion-56%25-brightgreen)](https://github.com/danielneubert/evalanche-interface/blob/master/SUPPORT.md)\n\n\n\n## About EvalancheInterface\n\n\u003e **Note:** This is an inofficial wrapper arround the [Evalanche API](https://github.com/SC-Networks/evalanche-soap-api-connector/).\n\nThis interface is a consistent wrapper arround the SOAP API of Evalanche. It is currently focused on interacting with resources and profiles. *([See Support-List](https://github.com/danielneubert/evalanche-interface/blob/master/SUPPORT.md))* The focus may expand to other features in the future. Feel free to leave a [feature request](#feature-requests) if you miss something.\n\n\n\n## Getting Started\n\n- [**Installation**](#installation)\n- **~~Laravel Integration~~** *Planned*\n- **~~Basic Usage~~** *Planned*\n- **~~Documentation~~** *Planned*\n\n\n## Installation\n\nThe recommended way to install the EvalancheInterface is using [Composer](https://getcomposer.org). To install the latest version just run the following command:\n\n```sh\ncomposer require neubert/evalanche-interface\n```\n\nAfterwards you should be able to use the EvalancheInterface within your project, like so:\n\n```php\nuse Neubert\\EvalancheInterface\\Facades\\Evalanche;\n\nrequire __DIR__.'/vendor/autoload.php';\n\nEvalanche::setup('username', 'password');\n\necho \"\u003ch1\u003eSub-Folders\u003c/p\u003e\";\n\nEvalanche::folder(1234)-\u003egetFolders()-\u003eeach(function ($folder) {\n    echo \"\u003cp\u003e{$folder-\u003elabel}\u003c/p\u003e\";\n});\n```\n\n\n## Requirements\n\n- PHP \u003e= 7.3\n    - php-soap\n- [Evalanche Soap API Connector](https://github.com/SC-Networks/evalanche-soap-api-connector/) \u003e= 1.7 *(automatically required via composer)*\n\n\n## Feature Requests\n\nSince this project isn't a complete rebuild of the Evalanche API, you may require some additional methods. Please read the [support list for all implemented and planned method calls](https://github.com/danielneubert/evalanche-interface/blob/master/SUPPORT.md) first.\n\n\nIf something is either not supported or missing feel free to send a [feature request](https://github.com/danielneubert/evalanche-interface/issues/new?labels=feature,question\u0026assignees=danielneubert\u0026title=[Feature-Request]).\n\n\n## Issues\n\n\u003e **Note:** For any connection issues ensure at first that your account has the required permissions to execute the request. \n\nFor inconsistent behaviors or errors feel free to [open up a new issue](https://github.com/danielneubert/evalanche-interface/issues/new?assignees=danielneubert\u0026title=[Issue]).\n\n\n## License\n\nThe EvalancheInterface is open-sourced software licensed under the [MIT license](https://github.com/danielneubert/evalanche-interface/blob/master/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielneubert%2Fevalanche-interface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielneubert%2Fevalanche-interface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielneubert%2Fevalanche-interface/lists"}