PHPackages                             exploitfate/sdk-core-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. exploitfate/sdk-core-php

ActiveLibrary[Payment Processing](/categories/payments)

exploitfate/sdk-core-php
========================

PayPal Core SDK for PHP

v3.4.0.1(10mo ago)06.0k↓30%2Apache-2.0PHPPHP &gt;=5.3.0

Since Nov 6Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/exploitfate/sdk-core-php)[ Packagist](https://packagist.org/packages/exploitfate/sdk-core-php)[ Docs](https://github.com/paypal/sdk-core-php)[ RSS](/packages/exploitfate-sdk-core-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (2)

### PayPal Core SDK

[](#paypal-core-sdk)

There is alternate fork

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

[](#please-note)

> **The Payment Card Industry (PCI) Council has [mandated](http://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**

> A new `mode` has been created to test if your server/machine handles TLSv1.2 connections. Please use `tls` mode instead of `sandbox` to verify. You can return back to `sandbox` mode once you have verified.

#### Prerequisites

[](#prerequisites)

- PHP 5.3 and above
- curl extension with support for OpenSSL
- PHPUnit 3.5 for running test suite (Optional)
- Composer

#### Configuration

[](#configuration)

#### OpenID Connect Integration

[](#openid-connect-integration)

1. Redirect your buyer to `PPOpenIdSession::getAuthorizationUrl($redirectUri, array('openid', 'address'));` to obtain authorization. The second argument is the list of access privileges that you want from the buyer.
2. Capture the authorization code that is available as a query parameter (`code`) in the redirect url
3. Exchange the authorization code for a access token, refresh token, id token combo

```
    $token = PPOpenIdTokeninfo::createFromAuthorizationCode(
		array(
			'code' => $authCode
		)
	);
```

4. The access token is valid for a predefined duration and can be used for seamless XO or for retrieving user information

```
   $user = PPOpenIdUserinfo::getUserinfo(
		array(
			'access_token' => $token->getAccessToken()
		)
	);
```

5. If the access token has expired, you can obtain a new access token using the refresh token from the 3'rd step.

```
   $token->createFromRefreshToken(array('openid', 'address'));
```

6. Redirect your buyer to `PPOpenIdSession::getLogoutUrl($redirectUri, $idToken);` to log him out of paypal.

#### LICENSE and CONTRIBUTIONS

[](#license-and-contributions)

- Please read [LICENSE](LICENSE) and [CONTRIBUTING](CONTRIBUTING.md) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance54

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~608 days

Total

2

Last Release

316d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2168183808f4862bdb8829386c6a07803f13fa663e4b59afd1bd830325527760?d=identicon)[exploitfate](/maintainers/exploitfate)

---

Top Contributors

[![casperbs](https://avatars.githubusercontent.com/u/22616644?v=4)](https://github.com/casperbs "casperbs (6 commits)")

---

Tags

phpsdkpaypal

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/exploitfate-sdk-core-php/health.svg)

```
[![Health](https://phpackages.com/badges/exploitfate-sdk-core-php/health.svg)](https://phpackages.com/packages/exploitfate-sdk-core-php)
```

###  Alternatives

[cryptonator/merchant-php-sdk

Cryptonator.com Merchant API SDK for PHP

2713.7k](/packages/cryptonator-merchant-php-sdk)

PHPackages © 2026

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