PHPackages                             borkness/lather - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. borkness/lather

ActiveLibrary[HTTP &amp; Networking](/categories/http)

borkness/lather
===============

Easy to use SOAP client

00PHPCI failing

Since Oct 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Borkness/lather)[ Packagist](https://packagist.org/packages/borkness/lather)[ RSS](/packages/borkness-lather/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](img/lather.svg)](img/lather.svg)

---

Lather is a simple to use SOAP client for PHP 7.2+.

Through the use of Lather querying SOAP API's becomes a breeze.

**Note:** Lather is still under development and therefore methods could be subject to change

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

[](#installation)

Lather requires that ext-soap is installed and that your PHP version is 7.2 or later.

#### Composer

[](#composer)

```
composer require borkness\lather

```

Basic Usage
-----------

[](#basic-usage)

Firstly you must create a class, by default the soap function called will be the name of the class, defining the parameters that will be called along with the WSDL.

```
