Skip to content

Commit

Permalink
'readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
zuora committed Apr 16, 2010
1 parent c3ebe36 commit 1a4b752
Showing 1 changed file with 41 additions and 8 deletions.
49 changes: 41 additions & 8 deletions readme.txt
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

0 comments on commit 1a4b752

Please sign in to comment.