PHPackages                             cedricziel/bondora-openapi-php - 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. cedricziel/bondora-openapi-php

ActiveLibrary[API Development](/categories/api)

cedricziel/bondora-openapi-php
==============================

Bondora API version 1

00PHPCI failing

Since Jan 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/cedricziel/bondora-openapi-php)[ Packagist](https://packagist.org/packages/cedricziel/bondora-openapi-php)[ RSS](/packages/cedricziel-bondora-openapi-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bondora OpenAPI PHP Client
==========================

[](#bondora-openapi-php-client)

Bondora API version 1

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1
- Build package: org.openapitools.codegen.languages.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": "vcs",
      "url": "https://github.com/cedricziel/bondora-openapi-php.git"
    }
  ],
  "require": {
    "cedricziel/bondora-openapi-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/Bondora OpenAPI PHP Client/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:

```
