-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
[![Latest Stable Version](https://poser.pugx.org/monext/payline-sdk/v/stable)](https://packagist.org/packages/monext/payline-sdk) | ||
[![Total Downloads](https://poser.pugx.org/monext/payline-sdk/downloads)](https://packagist.org/packages/monext/payline-sdk) | ||
[![License](https://poser.pugx.org/monext/payline-sdk/license)](https://packagist.org/packages/monext/payline-sdk) | ||
[![Latest Stable Version](https://poser.pugx.org/monext/monext-php/v/stable)](https://packagist.org/packages/monext/monext-php) | ||
[![Total Downloads](https://poser.pugx.org/monext/monext-php/downloads)](https://packagist.org/packages/monext/monext-php) | ||
[![License](https://poser.pugx.org/monext/monext-php/license)](https://packagist.org/packages/monext/monext-php) | ||
|
||
PaylineSDK - Payline library for PHP | ||
Monext PHP - Monext library for PHP | ||
==================================== | ||
|
||
Installation | ||
----- | ||
|
||
Use composer to install the monext package | ||
```shell | ||
composer require monext/payline-sdk | ||
composer require monext/monext-php | ||
```` | ||
|
||
To update the package | ||
```shell | ||
composer require monext/payline-sdk | ||
composer require monext/monext-php | ||
```` | ||
In order to install a specific version x.xx you can execute | ||
```shell | ||
composer require monext/payline-sdk:x.xx | ||
composer require monext/monext-php:x.xx | ||
```` | ||
|
||
Usage | ||
|
@@ -32,7 +32,7 @@ Docs | |
----- | ||
|
||
More information available on | ||
- https://docs.payline.com/display/DT/PHP+SDK | ||
- https://docs.monext.fr/display/DT/PHP+SDK | ||
- http://support.payline.com | ||
|
||
Prerequisites | ||
|
@@ -47,9 +47,9 @@ In order to make http call for failover, ext-curl is mark has required, it can b | |
Author | ||
------ | ||
|
||
Payline support - <[email protected]> | ||
Monext support - <[email protected]> | ||
|
||
License | ||
------- | ||
|
||
Payline is licensed under the LGPL-3.0+ License - see the LICENSE file for details | ||
Monext PHP is licensed under the LGPL-3.0+ License - see the LICENSE file for details |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
{ | ||
"name": "monext/payline-sdk", | ||
"description": "Payline library for PHP", | ||
"name": "monext/monext-php", | ||
"description": "Monext PHP Library", | ||
"keywords": [ | ||
"Monext", | ||
"Payline", | ||
"online", | ||
"payline", | ||
"payment" | ||
], | ||
"type": "library", | ||
"license": "LGPL-3.0", | ||
"authors": [ | ||
{ | ||
"name": "Fabien SUAREZ", | ||
"email": "[email protected]", | ||
"homepage": "http://www.payline.com" | ||
"name": "Cyrille HEIT", | ||
"email": "[email protected]", | ||
"homepage": "http://www.monext.net" | ||
}, | ||
{ | ||
"name": "Vincent Pietri", | ||
|
@@ -31,7 +32,7 @@ | |
}, | ||
"support": { | ||
"email": "[email protected]", | ||
"docs": "http://support.payline.com" | ||
"docs": "https://docs.monext.fr/display/DT" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|