Download the PHP package asdoria/sylius-configurator-plugin without Composer

On this page you can find all versions of the php package asdoria/sylius-configurator-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-configurator-plugin

Asdoria Configurator Plugin

Product Configurator Improve the customer experience in a visual and intuitive environment to boost your sales ! Configure complex products easily in the back office of Sylius.

Features

That's why this configurator is built as close as possible to the Sylius model in an intelligent way. It is based on the Product Attributes and solves complex problems while keeping its simplicity.

![Add to Cart](doc/configurator.gif)

Installation


  1. Run composer require asdoria/sylius-configurator-plugin

  2. Add the bundle in config/bundles.php. You must put the Configurator plugin line ABOVE SyliusGridBundle

  3. Import routes in config/routes.yaml

  4. Import config in config/packages/_sylius.yaml

  5. Paste the following content to the src/Repository/ProductAttributeRepository.php:

  6. Configure repositories in config/packages/_sylius.yaml:

  7. Paste the following content to the src/Entity/Order/OrderItem.php:

  8. Paste the following content to templates/bundles/SyliusShopBundle/Product/_info.html.twig:

  9. Paste the following content to templates/bundles/SyliusAdminBundle/Product/_info.html.twig:

Demo

You can try the Configurator plugin online by following this link.

Note that we have developed several other open source plugins for Sylius, their demos and documentations are listed in the following link.

Shop Usage

  1. In the front-office, go to /en_US/configurators/{slug} route. here!
  2. You can use your own Javascript (VueJs, React, etc..) with ajax requests route to get the structure of the configurator. And after POST the payload in /en_US/configurators/{slug} route

Back-office Usage

  1. In the back-office, go to configurators route.
  2. Click on Step Management and create your different steps for your configurator.
  3. Create your first configurator.

    • Choose your target products and your calculator.
    • Go to the configurator items page to manage your rows. It is possible to create an attribute item row or an additional item row. If the attribute item row matches a multiple selection attribute, you can specify the available choices for each product in the product sheet.
  4. Go to the front-office /en_US/configurators/{slug} route.

Contributing

You can open an issue or a Pull Request if you want! Thank you!


All versions of sylius-configurator-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
sylius/sylius Version ^1.11
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 asdoria/sylius-configurator-plugin contains the following files

Loading the files please wait ....