Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pixidos/gpwebpay

GPWebPay as Nette Extension
https://github.com/pixidos/gpwebpay

gpwebpay nette

Last synced: 13 days ago
JSON representation

GPWebPay as Nette Extension

Awesome Lists containing this project

README

        

# GPWebPay
![](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)
[![Code Analyse Actions Status](https://github.com/Pixidos/gpwebpay/workflows/Code%20Analyse/badge.svg?branch=master)](https://github.com/Pixidos/gpwebpay/actions)
[![UnitTests Actions Status](https://github.com/Pixidos/gpwebpay/workflows/Unit%20Tests/badge.svg?branch=master)](https://github.com/Pixidos/gpwebpay/actions)
[![Donwloads](https://poser.pugx.org/pixidos/gpwebpay/downloads)](https://packagist.org/packages/pixidos/gpwebpay)
[![Latest stable](https://img.shields.io/packagist/v/pixidos/gpwebpay.svg)](https://packagist.org/packages/pixidos/gpwebpay)
[![Code coverage](https://codecov.io/gh/Pixidos/GPWebPay/branch/master/graph/badge.svg)](https://codecov.io/gh/Pixidos/gpwebpay)
[![Documentation Status](https://readthedocs.org/projects/gpwebpay/badge/?version=latest)](https://gpwebpay.readthedocs.io/en/latest/?badge=latest)

GPWebPay is a Nette Add-On for [GPWebPay HTTP API](http://www.gpwebpay.cz/ )

If you does not use Nette you can use [GPWebPay-core](https://github.com/Pixidos/gpwebpay-core) lib.

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

| Version | PHP | Nette support | Maintained | Note |
|---------|-----------|---------------|------------|-----------------------------------|
| 3.4.x | ^8.0 | ^3.1 | Yes | use GPWebPay-core ^2.2 |
| 3.3.x | ^7.2, 8.0 | ^2.4, ^3.0 | No | use GPWebPay-core ^2.0, BC breaks |
| 3.2.x | ^7.1 | ^2.4, ^3.0 | No | use GPWebPay-core ^2.0, BC breaks |
| 3.1.x | ^7.1 | ^2.4, ^3.0 | No | use GPWebPay-core ^1.0 |
| 3.0.x | ^7.1 | ^2.3 | No | |
| 2.x | ^5.6 | ^2.3 | No | |

- [nette/di](https://github.com/nette/di)
- [nette/application](https://github.com/nette/application)
- [nette/utils](https://github.com/nette/utils)
- [latte/latte](https://github.com/nette/latte)
- [pixidos/gpwebpay-core](https://github.com/pixidos/gpwebpay-core)

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

The best way to install Pixidos/GPWebPay is using [Composer](http://getcomposer.org/):

```sh
$ composer require pixidos/gpwebpay
```

Documentation
------------

Learn more in the [documentation](https://gpwebpay.readthedocs.io/en/latest/).