Download the PHP package boxalino/plugin-magento2 without Composer

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

Boxalino Magento 2 plug-in

Introduction

Welcome to the Boxalino Magento 2.x plugin.

The Boxalino plugin for Magento enables you to easily and quickly benefit from all the functionalities of Boxalino Intelligence:

  1. Boxalino Intelligent Search with auto-correction and sub-phrases relaxation
  2. Faceted search with advanced multi-type facets (refinement criteria), including the capacity to create smart facets based on unstructured textual content with our text-mining capacities and soft-facets to boost best scoring products with our unique smart-scoring algorithms.
  3. Boxalino Autocomplete with advanced textual and product suggestion while you are typing (even if you type it wrong)
  4. Boxalino Recommendations for real-time personalized product suggestions
  5. Boxalino Optimization platform to improve step-by-step your online sales performance thanks to our revolutionary self-learning technology based on statistical testing of marketing strategies (a/b testing, self-learning clusters, and much more)

The Boxalino plugin for Magento pre-integrates the most important key technical components of Boxalino (so you don't have to):

  1. Data export (including products, customers and transaction exports for multi-shops with test and live accounts and supporting regular delta synchronizations)
  2. Boxalino tracker (pre-integration of Boxalino JavaScript tracker, our own tracker which follows strictly the Google Analytics model).
  3. Search, Autocomplete and layered navigation (faceted navigation) with all intelligence functionalities pre-integrated (auto-correction, sub-phrases relaxation, etc.)
  4. Similar and Complementary recommendations on product page and cross-selling on basket (cart) page
  5. Layered navigation, to let Boxalino optimize the entire product navigation on your web-site

In addition, it is very easy to extend this pre-installed set-up to benefit from the following additional features:

  1. Recommendations everywhere (easy to extend recommendations widgets on the home page, category pages, landing pages, content pages, etc.).
  2. Quick-finder to enable new ways to find product with simple search criteria and compine it with soft-facets with our unique smart-scoring capacities (see an example here with the gift-finder of www.geschenkidee.ch).
  3. Personalized newsletter & trigger personalized mail (use the base of data export and tracking from our plugin to simply integrate personalized product recommendations in your e-mail marketing activities and push notifications on your mobile app)
  4. Advanced reporting to integrate any learnings and analysis of your online behaviors in other Business Intelligence and Data Mining projects with our flexible Reporting API functionalities

If you need more information on any of these topics, please don't hesitate to contact Boxalino at [email protected]. We will be glad to assist you!

N.B.: This project is for Magento 2, in case you need our plugin for Magento 1, please go to https://github.com/boxalino/plugin-magento1-v2)

Installation

  1. Download the archive and extract to app/code/Boxalino/Intelligence (create the folder if it doesn't already exist) or via composer:

  2. Set chmod for Boxalino directory and files:

  3. Upgrade with the module.

  4. Update the administrator role:
    • System > Permissions > Roles > Administrators - Save Role
  5. Indicate your account name and password in the Store -> Configuration -> Boxalion -> General
  6. Run a full data sync (direct command line from your main magento folder): php bin/magento indexer:reindex boxalino_indexer
  7. Delete all folders under /pub/static/frontend and /pub/static/_requirejs/frontend and deploy static view files.

  8. Activate the search, facets, autocompletion and recommendations (one after the other).
  9. Set up a an indexing cronjob, running at least one full index per day. Use the delta indexer if you want to update more than once per hour.

Documentation

The latest documentation is available upon request.

Contact us!

If you have any question, just contact us at [email protected]


All versions of plugin-magento2 with dependencies

PHP Build Version
Package Version
Requires php Version 7.*
magento/module-catalog Version *
magento/module-layered-navigation Version *
magento/module-search Version *
magento/module-indexer Version *
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 boxalino/plugin-magento2 contains the following files

Loading the files please wait ....