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

ActiveLibrary[Payment Processing](/categories/payments)

boldgrid/paypal-sdk-core-php
============================

PayPal Core SDK for PHP

3.4.0(1y ago)07Apache-2.0PHPPHP &gt;=5.3.0CI failing

Since Jun 26Pushed 1y ago2 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

### PayPal Core SDK

[](#paypal-core-sdk)

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

21

—

LowBetter than 19% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

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

Unknown

Total

1

Last Release

684d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9bf35b748e1168fc7506fa2c5a5cbcf303799f348d58eb08dbfa61988cc639ee?d=identicon)[cssjoe](/maintainers/cssjoe)

---

Top Contributors

[![cssjoe](https://avatars.githubusercontent.com/u/11447263?v=4)](https://github.com/cssjoe "cssjoe (3 commits)")

---

Tags

phpsdkpaypal

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/boldgrid-paypal-sdk-core-php/health.svg)](https://phpackages.com/packages/boldgrid-paypal-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)
