PHPackages                             jeremylivingston/exfoliate - 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. jeremylivingston/exfoliate

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

jeremylivingston/exfoliate
==========================

A lightweight PHP SOAP wrapper

v1.0.1(10y ago)251.4k—9%2MITPHPPHP &gt;=5.3.3

Since Aug 31Pushed 4y agoCompare

[ Source](https://github.com/jeremylivingston/exfoliate)[ Packagist](https://packagist.org/packages/jeremylivingston/exfoliate)[ Docs](http://www.github.com/jeremylivingston/exfoliate)[ RSS](/packages/jeremylivingston-exfoliate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Exfoliate
=========

[](#exfoliate)

[![Build Status](https://camo.githubusercontent.com/f235e530e198a3e1b36db883958871548e8450df9c995e966c058cade35861c9/68747470733a2f2f7472617669732d63692e6f72672f6a6572656d796c6976696e6773746f6e2f6578666f6c696174652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/jeremylivingston/exfoliate)

Exfoliate is a lightweight PHP wrapper for the core SoapClient class.

This library exists to make interactions with SOAP-based web services less painful. Exfoliate wraps SOAP exceptions in logical event-based exception classes.

The Exfoliate SoapClient is capable being constructed without initializing a connection to the web service. This capability can improve performance and also improve the handling of connection exceptions.

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

[](#installation)

The suggested installation method is via [composer](https://getcomposer.org/):

```
php composer.phar require jeremylivingston/exfoliate:dev-master
```

After installing the Exfoliate library, simply create a new instance of the client and call any web service methods you desire:

```
