Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelcom committed Aug 19, 2019
1 parent 86e9d37 commit 9209986
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Expand Up @@ -11,15 +11,16 @@ 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)

# Generating again the package
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).

Expand All @@ -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.
We can help you understand how to use it and how to customize it. Feel free to contact us at contact@wsdltophp.com.

0 comments on commit 9209986

Please sign in to comment.