PHPackages                             adnedelcu/reepay-php-api - 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. adnedelcu/reepay-php-api

Abandoned → [oscar-team/reepay-php-api](/?search=oscar-team%2Freepay-php-api)Library[API Development](/categories/api)

adnedelcu/reepay-php-api
========================

1.0.31(4mo ago)4222.0k↓50%10[1 issues](https://github.com/oscar-team/reepay-php-api/issues)GPL-3.0PHPPHP &gt;=5.4CI failing

Since Oct 15Pushed 4mo ago4 watchersCompare

[ Source](https://github.com/oscar-team/reepay-php-api)[ Packagist](https://packagist.org/packages/adnedelcu/reepay-php-api)[ Docs](http://swagger.io)[ RSS](/packages/adnedelcu-reepay-php-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (35)Used By (0)

reepay-php-api
==============

[](#reepay-php-api)

REST API to manage Reepay resources

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

- API version: 1
- Build package: io.swagger.codegen.languages.PhpClientCodegen

About Reepay (by reepay)
------------------------

[](#about-reepay-by-reepay)

Reepay is a [payment gateway](https://reepay.com/payment-gateway/) as well as a [subscription billing platform](https://reepay.com/subscriptions/) for multiple web shops and merchants online. Reepay also is an [acquirer](https://reepay.com/acquiring/) for VISA and Mastercard.

This is an unofficial repo done by enthusiasts, we highly appreciate the work and effort going in to this.

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

[](#requirements)

PHP 5.4.0 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "require": {
    "oscar-team/reepay-php-api": "dev-master"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

```
