From 0da038015c9a9fae848d5674197bdca3f6392bf1 Mon Sep 17 00:00:00 2001 From: Jakub Piasecki Date: Fri, 30 Aug 2024 21:32:35 +0200 Subject: [PATCH] Update README --- README.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index fe85e0c..2497469 100644 --- a/README.md +++ b/README.md @@ -7,38 +7,36 @@ Vipps PHP SDK [![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 developer resources are available on GitHub: https://github.com/vippsas +[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 Integration Environment. -Please [contact Vipps integration] in order to access [Vipps Developer Portal]. +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:^2.0 +$ composer require zaporylie/vipps:^3.0 ``` -Vipps SDK uses [PSR-7] compliant http-message plugin system, hence before you require `zaporylie/vipps` you must +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 +## References - [SDK documentation] - [API documentation] - [Read more about Vipps on Wikipedia][Wikipedia] -- [Vipps Developer Portal] ## Author - [Jakub Piasecki](mailto:jakub@piaseccy.pl) - Development and maintenance -- [Ny Media AS] - Initial development ## 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 +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) @@ -48,11 +46,8 @@ Default amount with the link above is 50 PLN but you can modify according to you If you want to support my work on this library in a different way please [contact me](mailto:jakub@piaseccy.pl). [Wikipedia]: https://en.wikipedia.org/wiki/Vipps "Wikipedia" -[Documentation]: https://www.vipps.no/utvikler "Documentation" -[Ny Media AS]: https://nymedia.no "Ny Media AS" -[Vipps Developer Portal]: https://github.com/vippsas/vipps-developers "Vipps Developer Portal" +[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://github.com/vippsas/vipps-ecom-api "API Documentation (you must login first)" +[API documentation]: https://developer.vippsmobilepay.com/docs/APIs/ "API Documentation" [SDK documentation]: https://github.com/zaporylie/php-vipps/wiki -[contact Vipps integration]: https://github.com/vippsas/vipps-developers/blob/master/contact.md