Download the PHP package henshall/php-paypal-wrapper without Composer
On this page you can find all versions of the php package henshall/php-paypal-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download henshall/php-paypal-wrapper
More information about henshall/php-paypal-wrapper
Files in henshall/php-paypal-wrapper
Package php-paypal-wrapper
Short Description Simple Paypal wrapper used to make purchases, with lots of examples
License
Informations about the package php-paypal-wrapper
PHP Paypal Wrapper
Version: 1.0.0
This is a wrapper for the Paypals PHP Package 'paypal/rest-api-sdk-php'.
Working with Paypal can be an extremely frustrating experience. Their sandbox doesn't always work, their documentation is outdated or redundant, and they are very quick to ban and freeze your account if they don't like any of the transactions (ex. monetary amount too high).
I want to create a wrapper with some basic documentation so that users can accept payments as soon as possible. The following package lets users send a payment to your Paypal account, and allows parameters to be sent along (such as user id's) so that you can easily track who has paid, so that you can upgrade their account, or send a product to them, or whatever else you need to do.
Installation with Composer:
Pre-requisites
- Obtain Paypal Client ID / Secret at https://developer.paypal.com
- Place the following config file somewhere into your code, and change the settings to match your application.
Usage:
This package is 100% on the back-end - so that you can create your own html/css/js front-end however you like, and when a user wants to make a purchase, simply send a post request to the back-end of your application and use this package.
Step 1.
A user click "pay" on your website, and you send a get/post request to the backend.
Step 2.
In the pay.php file, or wherever you redirected them to, you will have the code below. This code will redirect them to paypals website where they will log in, and authorize the payment.
Step 3.
Once they authorize the payment, they will be redirected back to your website according to the 'redirect_url' variable you set in the config file. They will pass along two parameters: 1) PayerId 2) paymentID - we will need these parameters in order to execute the payment.
Currency Types Accepted:
Currency | Code |
---|---|
Australian dollar | AUD |
Brazilian real 2 | BRL |
Canadian dollar | CAD |
Chinese Renmenbi 4 | CNY |
Czech koruna | CZK |
Danish krone | DKK |
Euro | EUR |
Hong Kong dollar | HKD |
Hungarian forint 1 | HUF |
Indian rupee 3 | INR |
Israeli new shekel | ILS |
Japanese yen 1 | JPY |
Malaysian ringgit 4 | MYR |
Mexican peso | MXN |
New Taiwan dollar 1 | TWD |
New Zealand dollar | NZD |
Norwegian krone | NOK |
Philippine peso | PHP |
Polish złoty | PLN |
Pound sterling | GBP |
Russian ruble | RUB |
Singapore dollar | SGD |
Swedish krona | SEK |
Swiss franc | CHF |
Thai baht | THB |
United States dollar | USD |