ofertix / gshoppingcontent-php
Library for communicating with the Google Content API for Shopping. This API is used to upload your retail products to Google Shopping.
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 0
pkg:composer/ofertix/gshoppingcontent-php
Requires
- php: >=5.3.2
- ext-curl: *
- ext-dom: *
This package is not auto-updated.
Last update: 2025-10-21 07:56:57 UTC
README
GShoppingContent
================
PHP library for using Google Content API for Shopping.
Dependencies:
* CURL http://php.net/curl
* DOM http://php.net/dom
(most distributions carry these)
GShoppingContent is a PHP library for communicating with the Google Content API
for Shopping. This API is used to upload your retail products to Google
Shopping.
The library is entirely self contained, depending only on the DOM and Curl
libraries built into most modern PHP distributions. It is presented as a single
php file that can be dropped into any application for convenience.
See http://gshoppingcontent-php.appspot.com/ or docs/html (if you have the
source code) for more details.