PHPackages                             primitivesocial/bluemoonsoapwrapper - 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. primitivesocial/bluemoonsoapwrapper

ActiveLibrary[API Development](/categories/api)

primitivesocial/bluemoonsoapwrapper
===================================

Bluemoon SOAP wrapper for Laravel

1.08(7y ago)02.0kMITPHP

Since Dec 30Pushed 7y ago3 watchersCompare

[ Source](https://github.com/PrimitiveSocial/bluemoon-soap-wrapper)[ Packagist](https://packagist.org/packages/primitivesocial/bluemoonsoapwrapper)[ Docs](https://github.com/primitivesocial/bluemoonsoapwrapper)[ RSS](/packages/primitivesocial-bluemoonsoapwrapper/feed)WikiDiscussions master Synced yesterday

READMEChangelog (9)Dependencies (6)Versions (10)Used By (0)

BlueMoonSoapWrapper
===================

[](#bluemoonsoapwrapper)

Wrapper around the Bluemoon SOAP API for Laravel.

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

[](#installation)

### Via Composer

[](#via-composer)

```
$ composer require primitivesocial/bluemoonsoapwrapper
```

### Via composer.json file for git repo

[](#via-composerjson-file-for-git-repo)

```
"repositories" : [
  ...,
  {
    "type": "package",
    "package": {
      "name": "primitivesocial/bluemoonsoapwrapper",
      "version": "0.0.1",
      "source": {
        "type" : "git",
        "url" : "git@github.com:PrimitiveSocial/bluemoon-soap-wrapper.git",
        "reference" : "0.0.1"
      },
      "dist": {
        "url": "https://github.com/PrimitiveSocial/bluemoon-soap-wrapper/archive/master.zip",
        "type": "zip"
      }
    }
  }
]
```

### Env vars

[](#env-vars)

```
BLUEMOON_CLIENT_URL=
BLUEMOON_CLIENT_SECRET=
BLUEMOON_CLIENT_ID=
BLUEMOON_USERNAME=
BLUEMOON_PASSWORD=
BLUEMOON_LICENSE=

BLUEMOON_SOAP_CLIENT_URL=
BLUEMOON_SOAP_USERNAME=
BLUEMOON_SOAP_PASSWORD=
BLUEMOON_SOAP_SERIAL=

BLUEMOON_APPLICATION_URL=
BLUEMOON_LEASE_URL=
BLUEMOON_APPLICATION_API_URL=
BLUEMOON_ESIGNATURE_API_URL=
BLUEMOON_DEBUG=true
```

You must add a config file called `bluemoon.php`. The package comes with one for all three Bluemoon setups out of the box.

```
