Navigation

  • index
  • next |
  • apai-io documentation »

Apai-IO¶

Amazon-Product-Adverstising-API library based on PHP using REST and SOAP.¶

Contents:

  • Installation
    • Install via Composer
  • Basic usage
    • Making your first request
  • Built in operations
    • ItemSeach
    • ItemLookup
    • SimilarityLookup
    • BrowseNodeLookup
  • Creating custom operations
    • Lets build a custom ItemSearch class
      • The class
      • Running the operation
  • The ResponseTransformer
    • ResponseTransfomer under the hood (interface)
    • Built in Responsetransformer
      • XmlToDomDocument
      • XmlToArray
      • Xslt
      • Creating your own ResponseTransformer
  • Testing
    • PHPUnit

Table of Contents

  • Installation
  • Basic usage
  • Built in operations
  • Creating custom operations
  • The ResponseTransformer
  • Testing

Navigation

  • index
  • next |
  • apai-io documentation »