Login   Register  
PHP Classes
elePHPant
Icontem

File: documentation/INSTALL.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael  >  SnPayPalApi  >  documentation/INSTALL.txt  >  Download  
File: documentation/INSTALL.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: SnPayPalApi
Manage a Paypal account with the SOAP Paypal API
Author: By
Last change:
Date: 2008-01-20 14:05
Size: 470 bytes
 

Contents

Class file image Download
To install the package for CLI usage see CLI.txt Other uses do not require installation as such...

required includes for none CLI usage are,


include('SnPayPal/lib/PayPalSoapResponse.class.php');
include('SnPayPal/lib/SnPayPalConfig.class.php');
include('SnPayPal/lib/SnPayPalStream.class.php');
include('SnPayPal/lib/SnPayPalApiParameter.class.php');
include('SnPayPal/lib/SnPayPalApiInterface.class.php');
include('SnPayPal/lib/SnPayPalApi.class.php');