PHPackages                             monsieursloop/woleet-php-sdk - 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. monsieursloop/woleet-php-sdk

ActiveLibrary

monsieursloop/woleet-php-sdk
============================

Woleet.io API PHP SDK

1.0(4y ago)02121MITPHPPHP ^7.2

Since Jul 22Pushed 4y agoCompare

[ Source](https://github.com/Monsieur-SLOOP/woleet-php-sdk)[ Packagist](https://packagist.org/packages/monsieursloop/woleet-php-sdk)[ RSS](/packages/monsieursloop-woleet-php-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (1)

WoleetPhpSdk
============

[](#woleetphpsdk)

Welcome to **Woleet API reference documentation**.
 It is highly recommanded to read the chapters **[introducing Woleet API concepts](https://doc.woleet.io/reference)** before reading this documentation.

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.10.0
- Package version: 1
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen For more information, please visit

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/monsieursloop/woleet-php-sdk.git"
    }
  ],
  "require": {
    "monsieursloop/woleet-php-sdk": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/WoleetPhpSdk/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
