This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PayPal-PHP-SDK/README.md
2015-01-26 13:55:21 -06:00

38 lines
2.5 KiB
Markdown

# REST API SDK for PHP
![Home Image](https://raw.githubusercontent.com/wiki/paypal/PayPal-PHP-SDK/images/homepage.jpg)
[![Build Status](https://travis-ci.org/paypal/PayPal-PHP-SDK.png?branch=master)](https://travis-ci.org/paypal/PayPal-PHP-SDK) [![Coverage Status](https://img.shields.io/coveralls/paypal/PayPal-PHP-SDK.svg)](https://coveralls.io/r/paypal/PayPal-PHP-SDK?branch=master)
__Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and samples for REST API.
> **Before starting to use the sdk, please be aware of the [existing issues and currently unavailable or upcoming features](https://github.com/paypal/rest-api-sdk-python/wiki/Existing-Issues-and-Unavailable%5CUpcoming-features) for the REST APIs. (which the sdks are based on)**
## SDK Documentation
[ Our Wiki Section ](https://github.com/paypal/PayPal-PHP-SDK/wiki) includes all the documentation related to SDK. Everything from making your first call, to configurations, to running samples. Here are few quick links to get you there faster.
* [ Wiki Home ](https://github.com/paypal/PayPal-PHP-SDK/wiki)
* [ Installation ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Installation)
* [ Make your First SDK Call](https://github.com/paypal/PayPal-PHP-SDK/wiki/Making-First-Call)
* [ Samples ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Samples)
* [ PayPal Developer Docs] (https://developer.paypal.com/docs/)
## Latest Updates
- Enabled [Cancel Unclaimed Payouts Support](https://developer.paypal.com/webapps/developer/docs/api/#cancel-an-unclaimed-payout-item) available in [1.1.0](https://github.com/paypal/PayPal-PHP-SDK/releases/tag/v1.1.0)
- Checkout the latest 1.0.0 release. Here are all the [ breaking Changes in v1.0.0 ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Breaking-Changes---1.0.0) if you are migrating from older versions.
## Prerequisites
- PHP 5.3 or above
- [curl](http://php.net/manual/en/book.curl.php), [json](http://php.net/manual/en/book.json.php) & [openssl](http://php.net/manual/en/book.openssl.php) extensions must be enabled
## More help
* [SDK Documentation](https://github.com/paypal/PayPal-PHP-SDK/wiki)
* [Sample Source Code](http://htmlpreview.github.io/?https://github.com/paypal/PayPal-PHP-SDK/blob/master/sample/index.php)
* [API Reference](https://developer.paypal.com/webapps/developer/docs/api/)
* [Reporting Issues / Feature Requests] (https://github.com/paypal/PayPal-PHP-SDK/issues)
* [Pizza App Using Paypal REST API] (https://github.com/paypal/rest-api-sample-app-php)