2017 © Pedro Peláez
 

library google-merchant-feed-generator

Simple Google Merchant Feed generator library

image

oldmine/google-merchant-feed-generator

Simple Google Merchant Feed generator library

  • Monday, July 30, 2018
  • by oldmine
  • Repository
  • 1 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Google Merchant Feed Generator

Latest Stable Version Total Downloads License, (*1)

Library to generate valid Google Merchant Feed., (*2)

Library check data integrity and format to fit Google Merchant Center requirements., (*3)

Data to feed you will take from database, xml, json or other source and set it using library methods., (*4)

Getting Started

Dependencies

PHP >= 5.3
Composer (optional)

Install

Choose acceptable installation method to your website, (*5)

Composer (.json)

{
    "require": {
        "oldmine/google-merchant-feed-generator": "master"
    }
}

Composer (Command Line)

composer require oldmine/google-merchant-feed-generator

Without Composer:

require_once('src/IFeedGenerator.php');
require_once('src/IGenerated.php');
require_once('src/Constants.php');
require_once('src/Item.php');
require_once('src/Channel.php');
require_once('src/Feed.php');
require_once('src/XMLGenerator.php');

Usage examples

See UsageExample.php., (*6)

When you have chosen feed generator you can choose method to get result:, (*7)

$generator->printFeed() // Print feed in current document
$generator->saveFeed($file) // Save feed to $file
$generator->getFeed() // Get feed as string

Tests

To run tests use command:, (*8)

phpunit tests

Author

License

This project is licensed under the Apache License Version 2.0 - see the LICENSE.md file for details, (*9)

The Versions

30/07 2018

dev-master

9999999-dev https://github.com/oldmine/google-merchant-feed-generator

Simple Google Merchant Feed generator library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

merchant generator feed google google merchant merchant feed

30/07 2018

1.2.1

1.2.1.0 https://github.com/oldmine/google-merchant-feed-generator

Simple Google Merchant Feed generator library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

merchant generator feed google google merchant merchant feed

27/07 2018

1.2

1.2.0.0 https://github.com/oldmine/google-merchant-feed-generator

Simple Google Merchant Feed generator library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

merchant generator feed google google merchant merchant feed

27/07 2018

1.1

1.1.0.0 https://github.com/oldmine/google-merchant-feed-generator

Simple Google Merchant Feed generator library

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

merchant generator feed google google merchant merchant feed