GithubHelp home page GithubHelp logo

sash / phppaypal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drewjoh/phppaypal

1.0 2.0 0.0 155 KB

A PHP class to make it easy to interact with PayPal, especially Website Payments Pro.

Home Page: drewjoh.com/wiki/code/classes/phppaypal

PHP 100.00%

phppaypal's Introduction

phpPayPal
=======================

PHP class to help make the interaction between your web app and PayPal easy.  Current supported functions are:

    * DoDirectPayment
    * SetExpressCheckout
    * GetExpressCheckoutDetails
    * DoExpressCheckoutPayment
    * GetTransactionDetails
    * RefundTransaction
    * DoAuthorization
    * DoCapture
    * DoReauthorization
    * DoVoid
    * CreateRecurringPaymentsProfile
    * GetRecurringPaymentsProfileDetails
    * UpdateRecurringPaymentsProfile
    * DoReferenceTransaction


Version 0.85
---------------------
	- Added do_reference_transaction() function
	- Changed "CL_ID" to "profile_reference" as it should have been.
	- Changed "multiitem" to "multi_item"
	- Some formatting updates
	- Fixed misspelling of "profile_reference"
	- Moved API credentials to the __construct()

Version 0.8
---------------------
	NOTE: v0.8 changed function names from ThisFormat() to this_format() to keep in line with common PHP programming techniques.  If your app was written for an earlier version, stick with v0.7, as they are currently identical except for the function name formatting.
	
Version 0.7
---------------------
	- I changed $invoice to $invoice_number to be more consistent with PayPal terminology.  If you use this field, please be sure to update your code!
	- expire_date is in MMYYYY format
	- Added create_recurring_payments_profile() function
	- Added update_recurring_payments_profile() function
	- Added get_recurring_payments_profile_details() function
	


Licensed under the Apache License, Version 2.0

phppaypal's People

Stargazers

SASh avatar

Watchers

SASh avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.