PHPackages                             bfg/bouw7-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. [API Development](/categories/api)
4. /
5. bfg/bouw7-sdk

ActiveLibrary[API Development](/categories/api)

bfg/bouw7-sdk
=============

0.1.0(2y ago)04proprietaryPHPPHP &gt;=5.5

Since Mar 18Pushed 2y agoCompare

[ Source](https://github.com/Xsaven/bouw7-sdk)[ Packagist](https://packagist.org/packages/bfg/bouw7-sdk)[ RSS](/packages/bfg-bouw7-sdk/feed)WikiDiscussions main Synced 1mo ago

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

Bouw7 SDK client
================

[](#bouw7-sdk-client)

- API version: 1.0.0

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

[](#requirements)

PHP 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/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:

```
