PHPackages                             neputer/paypal-rest-api-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. neputer/paypal-rest-api-sdk-php

ActiveLibrary[Payment Processing](/categories/payments)

neputer/paypal-rest-api-sdk-php
===============================

PayPal's PHP SDK for REST APIs

02PHP

Since May 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/santoshdheke/paypal)[ Packagist](https://packagist.org/packages/neputer/paypal-rest-api-sdk-php)[ RSS](/packages/neputer-paypal-rest-api-sdk-php/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Deprecation Notice:
===================

[](#deprecation-notice)

This SDK is deprecated. You can continue to use it, but no new features or support requests will be accepted. For alternatives, please visit [the current SDK homepage on the PayPal Developer Portal](https://developer.paypal.com/docs/api/rest-sdks/)

REST API SDK for PHP
--------------------

[](#rest-api-sdk-for-php)

[![Home Image](https://raw.githubusercontent.com/wiki/paypal/PayPal-PHP-SDK/images/homepage.jpg)](https://raw.githubusercontent.com/wiki/paypal/PayPal-PHP-SDK/images/homepage.jpg)

[![Build Status](https://camo.githubusercontent.com/55ff93afcd8ae6376e6c617cfcba91c167040574976060efcf5a4176fbbd2873/68747470733a2f2f7472617669732d63692e6f72672f70617970616c2f50617950616c2d5048502d53444b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/paypal/PayPal-PHP-SDK)[![Coverage Status](https://camo.githubusercontent.com/1ff1d3fbeedbddc320adfaeddfb15cb365c80b435259fa1fb5ef11cc2a16202f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f70617970616c2f50617950616c2d5048502d53444b2f62616467652e7376673f6272616e63683d6d6173746572)](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.

Direct Credit Card Support
--------------------------

[](#direct-credit-card-support)

> **Important: The PayPal REST API no longer supports new direct credit card integrations.** Please instead consider [Braintree Direct](https://www.braintreepayments.com/products/braintree-direct); which is, PayPal's preferred integration solution for accepting direct credit card payments in your mobile app or website. Braintree, a PayPal service, is the easiest way to accept credit cards, PayPal, and many other payment methods.

Please Note
-----------

[](#please-note)

> **The Payment Card Industry (PCI) Council has [mandated](https://blog.pcisecuritystandards.org/migrating-from-ssl-and-early-tls) that early versions of TLS be retired from service. All organizations that handle credit card information are required to comply with this standard. As part of this obligation, PayPal is updating its services to require TLS 1.2 for all HTTPS connections. At this time, PayPal will also require HTTP/1.1 for all connections. [Click here](https://github.com/paypal/tls-update) for more information**

> **Connections to the sandbox environment use only TLS 1.2.**

SDK Documentation
-----------------

[](#sdk-documentation)

[Our PayPal-PHP-SDK Page](http://paypal.github.io/PayPal-PHP-SDK/) 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.

- [PayPal-PHP-SDK Home Page](https://paypal.github.io/PayPal-PHP-SDK/)
- [Wiki](https://github.com/paypal/PayPal-PHP-SDK/wiki)
- [Samples](https://paypal.github.io/PayPal-PHP-SDK/sample/)
- [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)
- [PayPal Developer Docs](https://developer.paypal.com/docs/)

Latest Updates
--------------

[](#latest-updates)

- SDK now allows injecting your logger implementation. Please read [documentation](https://github.com/paypal/PayPal-PHP-SDK/wiki/Custom-Logger) for more details.
- If you are running into SSL Connect Error talking to sandbox or live, please update your SDK to latest version or, follow instructions as shown [here](https://github.com/paypal/PayPal-PHP-SDK/issues/474)
- 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.
- Now we have a [Github Page](https://paypal.github.io/PayPal-PHP-SDK/), that helps you find all helpful resources building applications using PayPal-PHP-SDK.

PayPal Checkout v2
------------------

[](#paypal-checkout-v2)

Please note that if you are integrating with PayPal Checkout, this SDK and corresponding API [v1/payments](https://developer.paypal.com/docs/api/payments/v1/) are in the process of being deprecated.

We recommend that you integrate with API [v2/checkout/orders](https://developer.paypal.com/docs/api/orders/v2/) and [v2/payments](https://developer.paypal.com/docs/api/payments/v2/). Please refer to the [Checkout PHP SDK](https://github.com/paypal/Checkout-PHP-SDK) to continue with the integration.

2.0 Release Candidate!
----------------------

[](#20-release-candidate)

We're releasing a [brand new version of our SDK!](https://github.com/paypal/PayPal-php-SDK/tree/2.0-beta) 2.0 is currently at release candidate status, and represents a full refactor, with the goal of making all of our APIs extremely easy to use. 2.0 includes all of the existing APIs (except payouts), and includes the new Orders API (Disputes and Marketplace coming soon). Check out the [FAQ and migration guide](https://github.com/paypal/PayPal-php-SDK/tree/2.0-beta/docs), and let us know if you have any suggestions or issues!

Prerequisites
-------------

[](#prerequisites)

- PHP 5.3 or above
- [curl](https://secure.php.net/manual/en/book.curl.php), [json](https://secure.php.net/manual/en/book.json.php) &amp; [openssl](https://secure.php.net/manual/en/book.openssl.php) extensions must be enabled

License
-------

[](#license)

Read [License](LICENSE) for more licensing information.

Contributing
------------

[](#contributing)

Read [here](CONTRIBUTING.md) for more information.

More help
---------

[](#more-help)

- [Going Live](https://github.com/paypal/PayPal-PHP-SDK/wiki/Going-Live)
- [PayPal-PHP-SDK Home Page](http://paypal.github.io/PayPal-PHP-SDK/)
- [SDK Documentation](https://github.com/paypal/PayPal-PHP-SDK/wiki)
- [Sample Source Code](http://paypal.github.io/PayPal-PHP-SDK/sample/)
- [API Reference](https://developer.paypal.com/docs/api/)
- [Reporting Issues / Feature Requests](https://github.com/paypal/PayPal-PHP-SDK/issues)

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37096911?v=4)[santoshdk](/maintainers/santoshdk)[@Santoshdk](https://github.com/Santoshdk)

---

Top Contributors

[![santoshdheke](https://avatars.githubusercontent.com/u/29947628?v=4)](https://github.com/santoshdheke "santoshdheke (1 commits)")

### Embed Badge

![Health badge](/badges/neputer-paypal-rest-api-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/neputer-paypal-rest-api-sdk-php/health.svg)](https://phpackages.com/packages/neputer-paypal-rest-api-sdk-php)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
