forked from LiveCarta/PayPal-PHP-SDK
31 lines
1.8 KiB
Markdown
31 lines
1.8 KiB
Markdown
# REST API SDK for PHP
|
|
|
|

|
|
|
|
[](https://travis-ci.org/paypal/PayPal-PHP-SDK) [](https://coveralls.io/r/paypal/PayPal-PHP-SDK?branch=master)
|
|
|
|
__Welcome to REST API SDK PHP__. 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)**
|
|
|
|
## Documentations
|
|
|
|
Everything from Installing, Running Samples, Making first call, etc is covered [ in our Wiki section. ](https://github.com/paypal/PayPal-PHP-SDK/wiki)
|
|
|
|
## Latest Updates
|
|
|
|
- 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 Codes](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)
|