ofertix / gshoppingcontent-php
用于与Google购物内容API通信的库。此API用于将您的零售产品上传到Google购物。
dev-master
2014-08-21 15:38 UTC
Requires
- php: >=5.3.2
- ext-curl: *
- ext-dom: *
This package is not auto-updated.
Last update: 2024-09-24 02:47:26 UTC
README
GShoppingContent ================ PHP library for using Google Content API for Shopping. Dependencies: * CURL https://php.ac.cn/curl * DOM https://php.ac.cn/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.