-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zuora
committed
Apr 16, 2010
1 parent
c3ebe36
commit 1a4b752
Showing
1 changed file
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,42 @@ | ||
Zuora PHP Toolkit | ||
|
||
INTRODUCTION | ||
------------ | ||
|
||
This utility requires PHP with add-ons. | ||
It was tested using PHP version 5.2.9-1. | ||
The following add-ons were included during installation: | ||
-Curl | ||
-OpenSSL | ||
-SOAP | ||
-Tidy | ||
-XML-RPC | ||
-XSL | ||
|
||
REQUIREMENTS | ||
------------ | ||
|
||
The below are required to run this package. | ||
|
||
PHP 5.2.9 | ||
cURL (for secure requests over HTTPS) | ||
Tidy | ||
SOAP | ||
|
||
These others may be required. | ||
|
||
OpenSSL | ||
XML-RPC | ||
XSL | ||
|
||
CONTENTS | ||
-------- | ||
|
||
call-lib.php - re-usable library of Zuora API calls | ||
index.php - API utility front page | ||
queryMore.xml - queryMore() template | ||
readme.txt -this file | ||
subscribe.xml - subscribe() template, latest version | ||
subscribeV9.xml- subscribe() template, version 9 | ||
subscribeV11.xml - subscribe() template, version 11 | ||
subscribeWithExistingAccount.xml - subscribeWithExistingAccount() template, latest version | ||
subscribeWithExistingAccountV9.xml- subscribe() template, version 9 | ||
zuora-19.0-sandbox-AllOptions.wsdl - latest WSDL, sandbox | ||
|
||
DOCUMENTATION & SUPPORT | ||
----------------------- | ||
|
||
API Documentation is available at http://developer.zuora.com | ||
|