Skip to content

Commit

Permalink
New brand Payline -> Monext
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleH committed Sep 27, 2024
1 parent be8e5d1 commit 091203d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
20 changes: 10 additions & 10 deletions README.md
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
Expand All @@ -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
Expand All @@ -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
15 changes: 8 additions & 7 deletions composer.json
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",
Expand All @@ -31,7 +32,7 @@
},
"support": {
"email": "[email protected]",
"docs": "http://support.payline.com"
"docs": "https://docs.monext.fr/display/DT"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 091203d

Please sign in to comment.