diff --git a/README.md b/README.md index 5ac500c..9751cbb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![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 @@ -10,17 +10,17 @@ 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 - +Monext support - 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 diff --git a/composer.json b/composer.json index ea61885..80a613f 100644 --- a/composer.json +++ b/composer.json @@ -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": "fabien.suarez@payline.com", - "homepage": "http://www.payline.com" + "name": "Cyrille HEIT", + "email": "cyrille.heit@monext.net", + "homepage": "http://www.monext.net" }, { "name": "Vincent Pietri", @@ -31,7 +32,7 @@ }, "support": { "email": "support@payline.com", - "docs": "http://support.payline.com" + "docs": "https://docs.monext.fr/display/DT" }, "autoload": { "psr-4": {