PHPackages                             1200wd/quickpay-php-client - 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. 1200wd/quickpay-php-client

AbandonedLibrary[Payment Processing](/categories/payments)

1200wd/quickpay-php-client
==========================

PHP-SDK to communicate with the payment provider QuickPay

01.9kPHP

Since Mar 23Pushed 10y ago2 watchersCompare

[ Source](https://github.com/1200wd/quickpay-php-client)[ Packagist](https://packagist.org/packages/1200wd/quickpay-php-client)[ RSS](/packages/1200wd-quickpay-php-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

quickpay-php-client
===================

[](#quickpay-php-client)

[![Build Status](https://camo.githubusercontent.com/5d389869b2044d4d3181a00dae92fa77be4bf2ddf39208f269f67c81a67741ff/68747470733a2f2f7472617669732d63692e6f72672f517569636b5061792f717569636b7061792d7068702d636c69656e742e737667)](https://travis-ci.org/QuickPay/quickpay-php-client)

`quickpay-php-client` is a official client for [QuickPay API](http://tech.quickpay.net/api). The QuickPay API enables you to accept payments in a secure and reliable manner. This package currently support QuickPay `v10` api.

Installation
------------

[](#installation)

Upload `/QuickPay/` to your web space.

Usage
-----

[](#usage)

Before doing anything you should register yourself with QuickPay and get access credentials. If you haven't please [click](https://quickpay.net/) here to apply.

### Create a new client

[](#create-a-new-client)

First you should create a client instance that is anonymous or authorized with `api_key` or login credentials provided by QuickPay.

To initialise an anonymous client:

```
