Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zaporylie/php-vipps

Vipps PHP SDK
https://github.com/zaporylie/php-vipps

composer-packages dnb ecommerce gateway hacktoberfest norway payment vipps-api

Last synced: 1 day ago
JSON representation

Vipps PHP SDK

Awesome Lists containing this project

README

        

Vipps PHP SDK
=====================
[![Packagist](https://img.shields.io/packagist/v/zaporylie/vipps.svg?maxAge=3600)](https://packagist.org/packages/zaporylie/vipps)
[![Packagist](https://img.shields.io/packagist/dt/zaporylie/vipps.svg?maxAge=3600)](https://packagist.org/packages/zaporylie/vipps)
[![codecov](https://codecov.io/gh/zaporylie/php-vipps/branch/2.x/graph/badge.svg)](https://codecov.io/gh/zaporylie/php-vipps)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/zaporylie/php-vipps/badges/quality-score.png?b=2.x)](https://scrutinizer-ci.com/g/zaporylie/php-vipps/?branch=2.x)
[![Build status](https://github.com/zaporylie/php-vipps/actions/workflows/test.yml/badge.svg)](https://github.com/zaporylie/php-vipps/actions/workflows/test.yml)
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/paypalme/zaporylie/50)

[Vipps](https://vipps.no) is a Norwegian payment service, used by more than 3 million people.
Vipps was originally developed by DNB, but is now a separate company, which includes BankID and BankAxept.
Vipps merged with MobilePay of Denmark and Finland in 2022 to form Vipps MobilePay

## Prerequisites

Authorization is token-based and you can generate tokens yourself using Merchant Portal.

## Quick start

Add Vipps SDK to your project using [Composer].

```bash
$ composer require zaporylie/vipps:^3.0
```

Vipps SDK uses [PSR-7] compliant http-message plugin system, hence before you require `zaporylie/vipps` you must
add http client adapter of your choice, ex. `php-http/guzzle6-adapter` [(read more)](https://github.com/php-http/guzzle6-adapter).

## References
- [SDK documentation]
- [API documentation]
- [Read more about Vipps on Wikipedia][Wikipedia]

## Author
- [Jakub Piasecki](mailto:[email protected]) - Development and maintenance

## Donate

Do you like the library? Do you find it useful? Please donate so I can allocate some of my free time to maintain the
project.

[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg?longCache=true&style=for-the-badge)](https://www.paypal.com/paypalme/zaporylie/50)

Default amount with the link above is 50 PLN but you can modify according to your will.

If you want to support my work on this library in a different way please [contact me](mailto:[email protected]).

[Wikipedia]: https://en.wikipedia.org/wiki/Vipps "Wikipedia"
[Documentation]: https://developer.vippsmobilepay.com/docs/APIs/ "Documentation"
[Composer]: https://getcomposer.org/ "Composer"
[PSR-7]: http://www.php-fig.org/psr/psr-7/ "PSR-7"
[API documentation]: https://developer.vippsmobilepay.com/docs/APIs/ "API Documentation"
[SDK documentation]: https://github.com/zaporylie/php-vipps/wiki