2017 © Pedro Peláez
 

library palidate

A PHP library to test your PayPal Integration

image

palidate/palidate

A PHP library to test your PayPal Integration

  • Saturday, December 12, 2015
  • by cfrieze
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

palidate-php

A PHP library to test your PayPal REST Integration., (*1)

Install the module and use the starting code below., (*2)

``` bash composer require "palidate/palidate", (*3)


```php use Palidate\Palidate\Palidate; $options = [ 'env' => 'live', 'clientId' => 'Your Client Id', 'clientSecret' => 'Your Client Secret' ]; $palidate = new Palidate($options); echo ' < pre>'; 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., (*4)

This library is NOT officially linked to or apart of PayPal.com and is not directly supported by PayPal., (*5)

The Versions

12/12 2015

dev-master

9999999-dev https://cfrieze.github.io/palidate-php

A PHP library to test your PayPal Integration

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

rest validator paypal palidate

12/12 2015

0.0.1

0.0.1.0 https://cfrieze.github.io/palidate-php

A PHP library to test your PayPal Integration

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

rest validator paypal palidate