https://github.com/pixidos/gpwebpay
GPWebPay as Nette Extension
https://github.com/pixidos/gpwebpay
gpwebpay nette
Last synced: about 1 year ago
JSON representation
GPWebPay as Nette Extension
- Host: GitHub
- URL: https://github.com/pixidos/gpwebpay
- Owner: Pixidos
- Created: 2015-10-23T13:19:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T18:27:35.000Z (over 1 year ago)
- Last Synced: 2025-04-08T03:17:56.087Z (about 1 year ago)
- Topics: gpwebpay, nette
- Language: PHP
- Size: 1.34 MB
- Stars: 8
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPWebPay

[](https://github.com/Pixidos/GPWebPay/actions/workflows/code_analyse.yml)
[](https://github.com/Pixidos/GPWebPay/actions/workflows/unit_tests.yml)
[](https://packagist.org/packages/pixidos/gpwebpay)
[](https://packagist.org/packages/pixidos/gpwebpay)
[](https://codecov.io/gh/Pixidos/gpwebpay)
[](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/).