Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T11:25:27.000Z (over 1 year ago)
- Last Synced: 2024-11-07T23:05:48.976Z (3 months ago)
- Topics: gpwebpay, payment-gateway, php-library, php7, php80
- Language: PHP
- Homepage: https://gpwebpay-core.readthedocs.io/en/latest/
- Size: 226 KB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GPWebPay Core library
![](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)
[![Code Analyse Actions Status](https://github.com/Pixidos/gpwebpay-core/workflows/Code%20Analyse/badge.svg?branch=master)](https://github.com/Pixidos/gpwebpay-core/actions)
[![UnitTests Actions Status](https://github.com/Pixidos/gpwebpay-core/workflows/Unit%20Tests/badge.svg?branch=master)](https://github.com/Pixidos/gpwebpay-core/actions)
[![Code coverage](https://codecov.io/gh/Pixidos/gpwebpay-core/branch/master/graph/badge.svg)](https://codecov.io/gh/Pixidos/gpwebpay-core)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Pixidos/gpwebpay-core/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Pixidos/gpwebpay-core/?branch=master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/Pixidos/gpwebpay-core/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![Documentation Status](https://readthedocs.org/projects/gpwebpay-core/badge/?version=latest)](https://gpwebpay-core.readthedocs.io/en/latest/?badge=latest)[![Donwloads](https://poser.pugx.org/pixidos/gpwebpay-core/downloads)](https://packagist.org/packages/pixidos/gpwebpay-core)
[![Latest stable](https://img.shields.io/packagist/v/pixidos/gpwebpay-core.svg)](https://packagist.org/packages/pixidos/gpwebpay-core)
![](https://img.shields.io/badge/php-7.4%20to%208.2-777bb3.svg?logo=php&logoColor=white&labelColor=555555%22)GPWebPay Core is library for [GPWebPay service](http://www.gpwebpay.cz/ ) HTTP API
Requirements
------------Pixidos/Gpwebpay-core requires PHP ^7.4 | ^PHP 8.0 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://gpwebpay-core.readthedocs.io/en/latest/).