From 9209986cda61b73205cbf553bd6f75b143592103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20DELSOL?= Date: Mon, 19 Aug 2019 22:35:05 +0200 Subject: [PATCH] update Readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93bfbad..4b720d4 100755 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This package has been generated from the [PayPal Web Services](https://www.paypa - [Generating again the package](#generating-again-the-package) - [How to use the generated package?](#how-to-use-the-generated-package) - [Install the project](#install-the-project) + - [Use the project](#use-the-project) - [Learn from the tutorial](#learn-from-the-tutorial) - [Need support or having a question?](#need-support-or-having-a-question) @@ -18,8 +19,8 @@ This package has been generated from the [PayPal Web Services](https://www.paypa You can generate again the package's sources using the [generate.sh](generate.sh) script: ```bash $ git clone https://github.com/WsdlToPhp/PackagePayPal.git package-paypal -$ cd package-paypal -$ ./generate.sh +$ docker-compose up -d +$ docker exec -it package_paypal bash generate.sh ``` To learn how to customize the generated package, please read the PackageGenerator's [README](https://github.com/WsdlToPhp/PackageGenerator/blob/master/README.md). @@ -32,8 +33,13 @@ $ cd package-paypal $ composer update ``` +## Use the project +```bash +$ composer require wsdltophp/package-paypal +``` + ## Learn from the tutorial Start looking into the auto-generated [tutorial.php](tutorial.php) file. This file contains the starting code to use this package. In addition it contains all the operations provided by the Exchange Web Services and the way to call them. # Need support or having a question? -We can help you understand how to use it and how to customize it. Feel free to contact us at contact@wsdltophp.com. \ No newline at end of file +We can help you understand how to use it and how to customize it. Feel free to contact us at contact@wsdltophp.com.