PHPackages                             netzkollektiv/easycredit-api-v3-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. [HTTP &amp; Networking](/categories/http)
4. /
5. netzkollektiv/easycredit-api-v3-php

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

netzkollektiv/easycredit-api-v3-php
===================================

Transaction-V3 API for Merchant Portal Ratenkauf Verkauf-V3 API for ratenkauf App Ratenkauf Ratenrechner-V3 API for ratenkauf App

2.0.8(2mo ago)033.3k↓66.4%1MITPHPPHP &gt;= 7.1CI passing

Since Mar 31Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/netzkollektiv/easycredit-api-v3-php)[ Packagist](https://packagist.org/packages/netzkollektiv/easycredit-api-v3-php)[ Docs](https://github.com/netzkollektiv/easycredit-api-v3)[ RSS](/packages/netzkollektiv-easycredit-api-v3-php/feed)WikiDiscussions main Synced 4d ago

READMEChangelogDependencies (14)Versions (28)Used By (1)

easyCredit API v3 PHP Library
=============================

[](#easycredit-api-v3-php-library)

The easyCredit API v3 Library is the official PHP library for using the following easyCredit API's:

- Payment API v3 ()
- Calculator API v3 ()
- Merchant API v3 ()

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

[](#installation--usage)

### Requirements

[](#requirements)

- PHP &gt;= 7.1

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/netzkollektiv/easycredit-api-v3-php.git"
    }
  ],
  "require": {
    "netzkollektiv/easycredit-api-v3-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
