Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

googlearchive/digitalgoods-sample-php

Repository files navigation

Project status

status: inactive

This project is no longer actively maintained, and remains here as an archive of this work.

digitalgoods-sample-php

Basic PHP implementation of the Google Wallet for Digital Goods API.

Setup

To setup the sample, edit seller_info.php.

Google appengine.

To run application on google appengine requires Google App Engine SDK and PHP5.4+

  1. Create new application at your appengine account.
  2. You need to register your application to be whitelisted before uploading it on appengine. To register your PHP application visit https://gaeforphp.appspot.com.
  3. Change application name in app.yaml file.
  4. Follow instruction to install google appengine sdk and to upload the application on Google Appengine for PHP Docs.

Local dev.

To run application on local server requires apache HTTP server 2.0 or greater and PHP5+.

  1. Make sure "allow_url_include" option is enabled in php.ini file.
  2. Copy the files to default DocumentRoot of the server.
  3. You can now visit http://localhost in your browser to see the application in action.

About

PHP sample - Google Wallet for digital goods API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published