Skip to content

ge-tracker/PayPal-PHP-SDK

 
 

Repository files navigation

REST API SDK for PHP

This is a refactored version of PayPal's deprecated PHP SDK. I have integrated some of the new Subscription API endpoints, as detailed in the table below.

API Class
Plans \PayPal\Api\SubscriptionPlan
Subscriptions \PayPal\Api\Subscription
Catalog Product \PayPal\Api\CatalogProduct

Installation

This package is not intended to be widely distributed, and as such, I am not submitting it to packagist.

To install this package, first add the GitHub repository to your composer.json:

"repositories": [
    {
        "type": "git",
        "url": "https://github.com/ge-tracker/PayPal-PHP-SDK.git"
    }
]

Next, require the package with Composer:

composer require paypal/rest-api-sdk-php

Welcome to PayPal PHP SDK. This repository contains PayPal's PHP SDK and samples for REST API.

SDK Documentation

Our PayPal-PHP-SDK Page includes all the documentation related to PHP SDK. Everything from SDK Wiki, to Sample Codes, to Releases. Here are few quick links to get you there faster.

Prerequisites

License

Read License for more licensing information.

Contributing

Read here for more information.

More help

Packages

No packages published

Languages

  • PHP 99.7%
  • Ruby 0.3%