https://github.com/zhooravell/sofort-pay-php-client
Sofort Pay api php wrapper
https://github.com/zhooravell/sofort-pay-php-client
guzzle guzzlehttp php-library php7 sofort sofortpay
Last synced: 3 months ago
JSON representation
Sofort Pay api php wrapper
- Host: GitHub
- URL: https://github.com/zhooravell/sofort-pay-php-client
- Owner: zhooravell
- License: mit
- Created: 2019-01-25T08:00:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T09:12:04.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T21:48:44.255Z (over 1 year ago)
- Topics: guzzle, guzzlehttp, php-library, php7, sofort, sofortpay
- Language: PHP
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sofort Pay PHP client
=====================
> Sofort Pay api php wrapper.
[![License][license-image]][license-link] [![Build Status][travis-image]][travis-link] [![codecov][codecov-image]][codecov-link]

## Installing
``` sh
$ composer require zhooravell/sofort-pay-php-client
```
## Source(s)
* [Sofort Pay](https://sofort-pay.com/)
* [Sofort Pay Swagger](https://api.sofort-pay.com/api/v1/payments/swagger.json)
[license-link]: https://github.com/zhooravell/sofort-pay-php-client/blob/master/LICENSE
[license-image]: https://img.shields.io/dub/l/vibe-d.svg
[travis-link]: https://travis-ci.com/zhooravell/sofort-pay-php-client
[travis-image]: https://travis-ci.com/zhooravell/sofort-pay-php-client.svg?branch=master
[codecov-link]: https://codecov.io/gh/zhooravell/sofort-pay-php-client
[codecov-image]: https://codecov.io/gh/zhooravell/sofort-pay-php-client/branch/master/graph/badge.svg