https://github.com/pixidos/gpwebpay-core
Library for GPWebPay HTTP API
https://github.com/pixidos/gpwebpay-core
gpwebpay payment-gateway php-library php7 php80
Last synced: 12 months ago
JSON representation
Library for GPWebPay HTTP API
- Host: GitHub
- URL: https://github.com/pixidos/gpwebpay-core
- Owner: Pixidos
- Created: 2019-11-28T11:19:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T14:47:49.000Z (12 months ago)
- Last Synced: 2025-04-03T15:38:56.299Z (12 months ago)
- Topics: gpwebpay, payment-gateway, php-library, php7, php80
- Language: PHP
- Homepage: https://gpwebpay-core.readthedocs.io/en/latest/
- Size: 351 KB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GPWebPay Core library

[](https://github.com/Pixidos/gpwebpay-core/actions/workflows/code_analyse.yml)
[](https://github.com/Pixidos/gpwebpay-core/actions/workflows/unit_tests.yml)
[](https://codecov.io/gh/Pixidos/gpwebpay-core)
[](https://scrutinizer-ci.com/g/Pixidos/gpwebpay-core/?branch=master)
[](https://scrutinizer-ci.com/code-intelligence)
[](https://scrutinizer-ci.com/g/Pixidos/gpwebpay-core/build-status/main)
[](https://gpwebpay-core.readthedocs.io/en/latest/?badge=latest)
[](https://packagist.org/packages/pixidos/gpwebpay-core)
[](https://packagist.org/packages/pixidos/gpwebpay-core)

GPWebPay Core is library for [GPWebPay service](http://www.gpwebpay.cz/ ) HTTP API
Requirements
------------
Pixidos/Gpwebpay-core requires PHP ^8.1 and ext-ssl
Installation
------------
The best way to install Pixidos/GPWebPay-Core is using [Composer](http://getcomposer.org/):
```sh
$ composer require pixidos/gpwebpay-core
```
Documentation
-------------
Learn more in the [documentation](https://pixidos.github.io/gpwebpay-core).