Download the PHP package setono/sylius-feed-plugin without Composer

On this page you can find all versions of the php package setono/sylius-feed-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sylius-feed-plugin

Sylius Feed Plugin

Latest Version Latest Unstable Version Build Status

A plugin for creating all kinds of feeds to any given service. Do you want to create product feeds for your Google Merchant center? Then this is the right plugin for you.

Installation

Step 1: Download the plugin

Open a command console, enter your project directory and execute the following command to download the latest stable version of this plugin:

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Step 2: Enable the plugin

Then, enable the plugin by adding the following to the list of registered plugins/bundles in the config/bundles.php file of your project:

NOTE that you must instantiate the plugin before the grid bundle, else you will see an exception like You have requested a non-existent parameter "setono_sylius_feed.model.feed.class".

Step 3: Import routing

If you don't use localized URLs, use this routing file instead: @SetonoSyliusFeedPlugin/Resources/config/routing_non_localized.yaml

Step 4: Configure plugin

Step 5: Update database schema

Use Doctrine migrations to create a migration file and update the database.

Step 6: Using asynchronous transport (optional, but recommended)

All commands in this plugin will extend the CommandInterface. Therefore you can route all commands easily by adding this to your Messenger config:

Usage

After setup you want to create a feed. Go to /admin/feeds/new and create a new feed. Remember to enable it and select one or more channels.

After that go to your console and run this command:

If you haven't changed any configuration, there should be a feed with your products inside the /var/storage/setono_sylius_feed/feed directory.


All versions of sylius-feed-plugin with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-json Version *
doctrine/collections Version ^1.6
doctrine/orm Version ^2.7
doctrine/persistence Version ^1.3 || ^2.0
knplabs/knp-menu Version ^3.1
league/flysystem Version ^1.1 || ^2.1
league/flysystem-bundle Version ^1.1 || ^2.4
liip/imagine-bundle Version ^2.4
psr/event-dispatcher Version ^1.0
psr/log Version ^1.0 || ^2.0 || ^3.0
setono/doctrine-orm-batcher Version ^0.6
setono/doctrine-orm-batcher-bundle Version ^0.3.1
setono/symfony-main-request-trait Version ^1.0
spatie/enum Version ^3.7
sylius/resource-bundle Version ^1.6
symfony/config Version ^4.4 || ^5.4
symfony/console Version ^4.4 || ^5.4
symfony/dependency-injection Version ^4.4 || ^5.4
symfony/event-dispatcher Version ^4.4 || ^5.4
symfony/event-dispatcher-contracts Version ^1.1 || ^2.2
symfony/form Version ^4.4 || ^5.4
symfony/http-foundation Version ^4.4 || ^5.4.7
symfony/http-kernel Version ^4.4 || ^5.4
symfony/messenger Version ^4.4 || ^5.4
symfony/mime Version ^4.4 || ^5.4
symfony/options-resolver Version ^4.4 || ^5.4
symfony/routing Version ^4.4 || ^5.4
symfony/serializer Version ^4.4 || ^5.4
symfony/translation-contracts Version ^1.1 || ^2.3
symfony/uid Version ^5.4
symfony/validator Version ^4.4 || ^5.4
symfony/workflow Version ^4.4 || ^5.4
twig/twig Version ^2.14
webmozart/assert Version ^1.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package setono/sylius-feed-plugin contains the following files

Loading the files please wait ....