Download the PHP package boxalino/rtux-magento2 without Composer

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

Boxalino Real Time User Experience (RTUX) Framework - Magento2

Introduction

For the Magento2 integration, Boxalino comes with a divided approach: framework layer, integration layer and data exporter layer. The current repository is the framework layer and includes:

  1. API bundle dependencies
  2. API block & elements bases (declared as preferences in the integration layer)
  3. JS tracker events (declared as preferences in the integration layer)
  4. Base templates for JS tracker & API blocks (declared as preferences in the integration layer)

By adding this package to your Magento2 setup, you can start the integration of the Boxalino API features. Once installed, please follow the Configurations setup

In order to use the API for generic functionalities (search, autocomplete, recommendations, etc), please check the integration repository https://github.com/boxalino/rtux-integration-magento2

Documentation

Check the public documentation on Framework Integrations https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/349503489/Framework+Integration

For a Magento 2 API integration - please consult with the official documentation on available options https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/392396801/Magento+2

Setup

  1. Add the plugin to your project via composer composer require boxalino/rtux-magento2

  2. The Magento2 plugin has a dependency on the Boxalino API repository (https://github.com/boxalino/rtux-api-php).

  3. Activate the plugin (Magento2 command) php bin/magento module:enable Boxalino_RealTimeUserExperience php bin/magento cache:clean

  4. Log in your Magento2 admin and configure the plugin with the configurations provided for your setup Magento2 Admin >> Stores >> Configuration >> Boxalino >> General (as instructed)

  5. Due to the JS files in the plugin (tracker, M2 CMS blocks, etc), a theme compilation might be required: php bin/magento setup:static-content:deploy

  6. Please make sure the required setup initilization steps have been done.

  7. Proceed with the integration features available in our guidelines suggestions https://github.com/boxalino/rtux-integration-magento2/wiki

For more in-depth details on the structure of the repository, please consult the wiki page.

Contact us!

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


All versions of rtux-magento2 with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
magento/module-catalog Version *
magento/module-layered-navigation Version *
magento/module-search Version *
magento/module-indexer Version *
magento/framework Version *
boxalino/rtux-api-php Version ~4.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 boxalino/rtux-magento2 contains the following files

Loading the files please wait ....