Skip to content

Latest commit

 

History

History
 
 

README.md

Examples for Appning API Client Library for PHP

This folder contains examples for the Android Publisher API.

Available example

  • androidpublisher-batch-update.php – Batch update of one-time products using JWT Bearer authentication. Run from the command line:

    php androidpublisher-batch-update.php

    See the main README for setup (service account credentials, etc.).

Running the examples index in a browser

  1. Follow the Installation instructions.

  2. Run the PHP built-in web server with the -t option pointing to this directory:

    php -S localhost:8000 -t examples/
  3. Open http://localhost:8000 in your browser.