PHPackages                             hraph/paygreen-api-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. hraph/paygreen-api-php

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

hraph/paygreen-api-php
======================

PHP SQK for Paygreen.io payment provider

1.1.1(4y ago)16.2k↓75%11Apache-2.0PHPPHP &gt;=7.1

Since Nov 12Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Hraph/PaygreenApiPHP)[ Packagist](https://packagist.org/packages/hraph/paygreen-api-php)[ RSS](/packages/hraph-paygreen-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (4)Used By (1)

Paygreen.io API for PHP
=======================

[](#paygreenio-api-for-php)

PHP SDK for Paygreen.io payment provider generated using OpenAPI Generator

Specifications for Paygreen.io API are available [here](https://paygreen.fr/documentation/api-documentation-categorie?cat=all)

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

[](#requirements)

PHP 7.1 and later

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

[](#installation--usage)

### Composer

[](#composer)

To install via [Composer](http://getcomposer.org/):

Run `composer require hraph/paygreen-api-php`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

```
