PHPackages                             soxyl/saferpay - 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. [Payment Processing](/categories/payments)
4. /
5. soxyl/saferpay

ActiveLibrary[Payment Processing](/categories/payments)

soxyl/saferpay
==============

1932PHP

Since Aug 14Pushed 7y agoCompare

[ Source](https://github.com/soxyl/saferpay-php)[ Packagist](https://packagist.org/packages/soxyl/saferpay)[ RSS](/packages/soxyl-saferpay/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Saferpay JSON API PHP Client
============================

[](#saferpay-json-api-php-client)

No description provided (generated by Openapi Generator )

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

- API version: 1.10.0
- Package version: 1.10.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

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/soxyl/saferpay.git"
    }
  ],
  "require": {
    "soxyl/saferpay": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

```
