PHPackages                             naugrim/wortmann-soap-api - 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. naugrim/wortmann-soap-api

ActiveLibrary[API Development](/categories/api)

naugrim/wortmann-soap-api
=========================

Allows to talk to the API of Wortmann AG

2.1.1(1mo ago)28861MITPHPPHP ^8.4CI failing

Since Jan 31Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/Naugrimm/wortmann-soap-api)[ Packagist](https://packagist.org/packages/naugrim/wortmann-soap-api)[ Docs](https://github.com/naugrimm/wortmann-soap-api)[ RSS](/packages/naugrim-wortmann-soap-api/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (24)Versions (17)Used By (0)

Wortmann SOAP API client
========================

[](#wortmann-soap-api-client)

[Semantic Versioning](https://semver.org) and [git-flow](https://github.com/petervanderdoes/gitflow-avh) are used. Please create pull-requests against the `develop`-branch.

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

[](#installation)

```
composer require naugrim/wortmann-soap-api

```

### Laravel

[](#laravel)

The package gets auto-discovered. Set `WORTMANN_SOAP_API_USERNAME` and `WORTMANN_SOAP_API_PASSWORD` in your `.env`.

*Optional*: Publish the config files with:

```
php artisan vendor:publish --provider='Naugrim\WortmannSoapApi\Provider\WortmannSoapApiProv'

```

Usage
-----

[](#usage)

### Laravel

[](#laravel-1)

An instance of the API client can be injected into your Controller (for example):

```
