PHPackages                             palidate/palidate - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. palidate/palidate

ActiveLibrary[HTTP &amp; Networking](/categories/http)

palidate/palidate
=================

A PHP library to test your PayPal Integration

0.0.1(10y ago)132MITPHPPHP &gt;=5.5.0

Since Dec 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cfrieze/palidate-php)[ Packagist](https://packagist.org/packages/palidate/palidate)[ Docs](https://cfrieze.github.io/palidate-php)[ RSS](/packages/palidate-palidate/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

palidate-php
============

[](#palidate-php)

A PHP library to test your PayPal REST Integration.

Install the module and use the starting code below.

```
composer require "palidate/palidate"
```

```
use Palidate\Palidate\Palidate;

$options = [
  'env' => 'live',
  'clientId' => 'Your Client Id',
  'clientSecret' => 'Your Client Secret'
];

$palidate = new Palidate($options);
echo '';
print_r($palidate->palidate());
```

The code above tests your credentials and will return an array with a status key that is either "pass" or "fail". If your credentials "pass" then you will receive your access token back in your result to make your PayPal API calls. Great to test out your PayPal Rest credentials, or use the resulting access token to further develop.

This library is NOT officially linked to or apart of PayPal.com and is not directly supported by PayPal.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

3855d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fcd79204f8c9e2ee5c0911864a525e55526f309c3690da74bfb9a7e320bb3782?d=identicon)[cfrieze](/maintainers/cfrieze)

---

Tags

validatorrestpaypalpalidate

### Embed Badge

![Health badge](/badges/palidate-palidate/health.svg)

```
[![Health](https://phpackages.com/badges/palidate-palidate/health.svg)](https://phpackages.com/packages/palidate-palidate)
```

###  Alternatives

[angelleye/paypal-php-library

PHP wrapper for PayPal APIs

242451.7k](/packages/angelleye-paypal-php-library)

PHPackages © 2026

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