Download the PHP package accelasearch/magento2 without Composer

On this page you can find all versions of the php package accelasearch/magento2. 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 magento2

alt text

Accelasearch Magento 2

This document is available in Italian.

Installation

Composer Installation

Install the module through Composer:

Enable the module:

Upgrade Magento's database and dependencies:

Compile dependency injection:

Compile static content:

Clear cache:

Manual Installation

Download package from GitHub:

Extract the zip file:

Copy its content into Magento's appropriate location:

Enable the module:

Upgrade Magento's database and dependencies:

Compile dependency injection:

Compile static content:

Clear cache:

Feed Configuration


Feed Status

Accelasearch Status

Enables or disables feed export


Use Vue Storefront

Accelasearch Status

If enabled it will be possible to specify a custom image size for the export process


Export Directory

Accelasearch Status

Specifies destination directory for the XML feeds, relative to Magento 2 root


Custom Base URL

Accelasearch Status

Allows to specify a custom base URL, for example when using VUE to retrieve images of products


Category

Accelasearch Status

Specifies whether selected categories should be included or excluded

Accelasearch Status


Exclude from Path generation

Accelasearch Status

Specifies categories which shall be excluded by the category path generation process. As an example, if some categories are specific for some language, they should be excluded from the feed of other Storeviews.


Search

Accelasearch Status

Specifies endpoint where the JavaScript code of AccelaSearch can be accessed, as well as an optional CSS to be included for overriding and customization


Fields

Accelasearch Status

Specifies main fields for the feed. Some fields will be inherited form the GoogleShopping module and will not be used by AccelaSearch

Accelasearch Status

Allows to specify additional values for custom fields which will be mapped as key => value

Accelasearch Status

Allows to specify attributes with multiple values which will be exploded over multiple rows, as dictated by Google Shopping specifications


Cron Configuration

Accelasearch Status

Allows to enable a cronjob to scheduler generation of feeds, as well as configure the relative cron expression and schedule the process as soon as possible.


Notification

Accelasearch Status

Allows to specify a set of email addresses to which notify products affected by errors during the feed generation process


Dynamic Price

Accelasearch Status

Exposes an endpoint which AccelaSearch can query to get dynamic prices depending on type of customer and currency code.

Comandi Manuali

Generates feeds as configured:

Cron

Default cron expression (configurable through user interface):

NOTE

This modules generates a lock file under var/locks in order to prevent concurrent feed generation processes.


All versions of magento2 with dependencies

PHP Build Version
Package Version
Requires magento/framework Version *
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 accelasearch/magento2 contains the following files

Loading the files please wait ....