2017 © Pedro PelĂĄez
 

library feed

Creates a data feed. Currently only an availability CSV File SKU/Quantity.

image

fond-of-spryker/feed

Creates a data feed. Currently only an availability CSV File SKU/Quantity.

  • Friday, July 27, 2018
  • by daniel-rose
  • Repository
  • 2 Watchers
  • 0 Stars
  • 267 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 203 % Grown

The README.md

fond-of-spryker/feed

PHP from Travis config license, (*1)

1. Install

    composer require fond-of-spryker/feed

2. Extend Availability Query Container in PYZ like below

namespace Pyz\Zed\Availability\Persistence;

use Spryker\Zed\Availability\Persistence\AvailabilityQueryContainer as SprykerAvailabilityQueryContainer;

/**
 * @method \Spryker\Zed\Availability\Persistence\AvailabilityPersistenceFactory getFactory()
 */
class AvailabilityQueryContainer extends SprykerAvailabilityQueryContainer implements AvailabilityQueryContainerInterface
{
    /**
     * @api
     *
     * @return \Orm\Zed\Availability\Persistence\Base\SpyAvailabilityQuery
     */
    public function queryAllAvailability()
    {
        return $this->getFactory()->createSpyAvailabilityQuery();
    }
}

3. Console

    vendor/bin/console transfer:generate

4. Add ControllerProvider FeedControllerProvider.php to YvesBootstrap

5. Add basic auth password and user to config file for example in config_default.php

// ---------- Feed
$config[FeedConstants::FEED_USER] = 'foo';
$config[FeedConstants::FEED_PASSWORD] = 'bar';

6. Open https://[URL]/feed/availability

The Versions

27/07 2018

dev-master

9999999-dev

Creates a data feed. Currently only an availability CSV File SKU/Quantity.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Rose
by Markus Nörenberg
by Pascal Fischer
by Jozsef Geng

27/07 2018

2.0.1

2.0.1.0

Creates a data feed. Currently only an availability CSV File SKU/Quantity.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Rose
by Markus Nörenberg
by Pascal Fischer
by Jozsef Geng

26/07 2018

2.0.0

2.0.0.0

Creates a data feed. Currently only an availability CSV File SKU/Quantity.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Rose
by Markus Nörenberg
by Pascal Fischer
by Jozsef Geng

24/05 2018

1.0.0-RC3

1.0.0.0-RC3

Creates a data feed. Currently only an availability CSV File SKU/Quantity.

  Sources   Download

MIT

The Requires

  • php >=7.1
  • spryker/availability ^5.0.0 || ^6.0.0

 

The Development Requires

by Daniel Rose
by Markus Nörenberg
by Pascal Fischer
by Jozsef Geng

07/05 2018

1.0.0-RC2

1.0.0.0-RC2

Creates a data feed. Currently only an availability CSV File SKU/Quantity.

  Sources   Download

MIT

The Requires

  • php >=7.1
  • spryker/availability ^5.0.0

 

The Development Requires

by Daniel Rose
by Markus Nörenberg
by Pascal Fischer
by Jozsef Geng

02/05 2018

1.0.0-RC1

1.0.0.0-RC1

Creates a data feed. Currently only an availability CSV File SKU/Quantity.

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

by Daniel Rose
by Markus Nörenberg
by Pascal Fischer
by Jozsef Geng