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

ActiveLibrary[Payment Processing](/categories/payments)

quietasice/sdk-core-php
=======================

FORK PayPal Core SDK for PHP

3.4.0(2y ago)024.3k↑111.1%1Apache-2.0PHPPHP &gt;=5.3.0

Since Oct 18Pushed 2y ago1 watchersCompare

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

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

### 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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

943d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3277898?v=4)[Mykola N](/maintainers/quietasice)[@quietasice](https://github.com/quietasice)

---

Tags

phpsdkpaypal

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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