Download the PHP package luigisbox/search-suite-shopware5 without Composer

On this page you can find all versions of the php package luigisbox/search-suite-shopware5. 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 search-suite-shopware5

Luigi's Box Search Suite plugin for Shopware5 - development preview

Luigi's Box is an Award Winning Search Solution for eCommerce, providing Search Analytics and Search as a Service.

This repository holds composer package of a Shopware 5 plugin, providing integration between Shopware store & Luigi's Box services. To use it, you need to have an account on Luigi's Box platform. Go and create one if you do not have it already.

!!! This solution is not meant to be production-ready. Use it as an inspiration how synchronization between Luigi's Box and Shopware5 can be achieved.

Basic info

The plugin uses Guzzle Http 5.

Helpers

Resources

Installation

Once you completed these steps, you are done with the installation. Now please go to configuration of the plugin via Plugin Manager and configure the plugin there.

Once configured, you can proceed with:

!!! The cache clearing step is very important. Make sure to clear the cache after any change in plugin configuration. Otherwise the configuration changes will not be picked up.

Finally, you must ensure that cron jobs are executed periodically at your Shopware instance. It is possible that you might already have this setup at your Shopware instance if you are using cron for other tasks. Please, refer to Shopware online documentation to find out more details.

As a quick reference, we recommend to setup cron jobs so that they run every 5 minutes by adjusting crontab as follows:

Make sure that this is set for the same user as the one who is running the Shopware (e.g., www-data).

Manual indexing and cronjobs adjustments

You can always trigger a manual reindex by pressing the "Reindex now" button after clicking at Marketing > Luigi's Box Search Suite Indexing menu item.

If you wish to adjust the time when the daily full reindex takes place, you can do this under Configuration > Basic Settings > System > Cronjobs. The name of the job you are looking for is Shopware_CronJob_SendToLuigisBoxApi.

If you wish to change the default 5 minutes window, you can do so by editing properties of the second cron job, Shopware_CronJob_UpdateLuigisBoxApi.


All versions of search-suite-shopware5 with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6.4||^7.0
ext-json Version *
guzzlehttp/guzzle Version ~5.3
composer/installers Version ~1.0
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 luigisbox/search-suite-shopware5 contains the following files

Loading the files please wait ....