Skip to content

This is a simple PayPal (Standard Checkout) SDK integration using PHP

License

Notifications You must be signed in to change notification settings

tozielinski/pp-php-sdk-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PayPal JS-SDK example with PHP

Project status: active – The project has reached a stable, usable state and is being actively developed. Project tags Project license

Usage

You have to create PayPal REST sandbox credentials and copy/move api/config/Config.php.sav to api/config/Config.php. Insert the credentials into api/config/Config.php as client_id and client_secret for the correct environment. To test card payments, using sandbox and the black button, use test card numbers.

Documentation

A running LAMP environment is necessary. Clone the git to the root folder of that installation.

git clone https://github.com/tozielinski/pp-php-sdk-example.git
cd pp-php-sdk-example/api/config
cp Config.php.sav Config.php

Now you must add your credentials in Config.php.

Example

An example can be found here.

License

This project is licensed under the MIT license - see the LICENSE.md file for details.

About

This is a simple PayPal (Standard Checkout) SDK integration using PHP

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages