2017 © Pedro Peláez
 

library pphelper

A helper library written in PHP, for PayPal API.

image

finickydev/pphelper

A helper library written in PHP, for PayPal API.

  • Friday, February 10, 2017
  • by FinickyDev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ppHelper

A helper library written in PHP, for PayPal API.
This library is supporting only PayPal Recurring Payments for the present., (*1)

Installation

Install the latest version with, (*2)

$ composer require finickydev/pphelper

Basic Usage

<?php

use FinickyDev\ppHelper\ppHelperHq;

// Set timezone
ppHelperHq::setTimezone('Europe/Istanbul');

// Set PayPal Client Credentials
ppHelperHq::setClientCredentials('pp_client_id', 'pp_client_secret');

// Set PayPal Client Settings
ppHelperHq::updateClientSettings(['mode' => 'sandbox']);

// Get PayPal Client Settings
$clientSettings = ppHelperHq::getClientSettings();

// Get billing plan details
$billingPlan = ppHelperHq::newBillingPlan()->get('billing_plan_id');

// Get billing agreement details
$billingAgreement = ppHelperHq::newBillingAgreement()->get('billing_agreement_id');

...

About

Author

FinickyDev - finickydev@gmail.com, (*3)

License

ppHelper is licensed under the MIT License - see the LICENSE file for details, (*4)

The Versions

10/02 2017

dev-master

9999999-dev

A helper library written in PHP, for PayPal API.

  Sources   Download

MIT

The Requires

 

by Avatar FinickyDev

helper payments paypal recurring