https://github.com/wsdltophp/packagepaypal
PHP SDK for PayPal Web Services with SOAP
https://github.com/wsdltophp/packagepaypal
packagegenerator paypal php php-sdk tutorial
Last synced: 7 months ago
JSON representation
PHP SDK for PayPal Web Services with SOAP
- Host: GitHub
- URL: https://github.com/wsdltophp/packagepaypal
- Owner: WsdlToPhp
- License: mit
- Created: 2017-01-30T12:08:57.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2021-01-25T13:33:18.000Z (about 5 years ago)
- Last Synced: 2025-06-09T21:03:49.201Z (8 months ago)
- Topics: packagegenerator, paypal, php, php-sdk, tutorial
- Language: PHP
- Homepage:
- Size: 970 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/WsdlToPhp/PackagePayPal/?branch=develop)
[](https://packagist.org/packages/wsdltophp/package-paypal)
[](https://styleci.io/repos/80418221)
[](https://packagist.org/packages/wsdltophp/package-paypal)
# PackagePayPal
This package has been generated from the [PayPal Web Services](https://www.paypalobjects.com/wsdl/PayPalSvc.wsdl) WSDL using the [PackageGenerator](https://github.com/WsdlToPhp/PackageGenerator) project.
# Summary
- [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
$ 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).
# How to use the generated package?
## Install the project
```bash
$ git clone https://github.com/WsdlToPhp/PackagePayPal.git package-paypal
$ cd package-paypal
$ docker exec -it package_paypal php-7.3 /usr/bin/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 PayPal 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.