PHP Classes

File: README.md

Recommend this page to a friend!
  Packages of WsdlToPhp   PHP PayPal SDK   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP PayPal SDK
Access Paypal payments API using SOAP Web services
Author: By
Last change: Update package using latest PackageGeneraror release
Update used php bin
remove no more useful badge
update Readme
Date: 1 month ago
Size: 2,324 bytes
 

Contents

Class file image Download

Scrutinizer Code Quality Latest Stable Version StyleCI Total Downloads

PackagePayPal

This package has been generated from the PayPal Web Services WSDL using the PackageGenerator project.

Summary

Generating again the package

You can generate again the package's sources using the generate.sh script:

$ 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.

How to use the generated package?

Install the project

$ 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

$ composer require wsdltophp/package-paypal

Learn from the tutorial

Start looking into the auto-generated 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.