Download the PHP package luigisbox/magento2-integration without Composer

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

image

Luigi's Box Magento 2 Extension

Introduction

Official Luigi's Box integration for Adobe Commerce (Magento) platform. Luigi's Box is an Award Winning Product Discovery Solution for eCommerce, providing Search, Product Listing, Product Recommendations and related Analytics.

This repository holds composer package of a Magento2 extension, providing all the prerequisites for integration between M2 store & Luigi's Box services.

Upon its installation and activation, this extension:

This extension requires Magento version 2.3.1 or higher.

Installation process relies on your Magento server being publicly accessible, so installation on localhost will not succeed.

Installation

  1. Add the Luigi's Box extension to your Magento 2 shop: (this can be done manually or by using composer)

    • Manually:
      • Copy this GitHub repository to app/code/Luigisbox/Integration within your Magento folder
    • Using composer:
      • Run composer require luigisbox/magento2-integration in your Magento 2 root directory
  2. Run the following commands in your Magento 2 root directory:

  3. Activate Luigi's Box services:
    1. Go to Magento 2 Administration -> System -> Extensions -> Integrations
      • you should see LuigisboxIntegration
    2. Click on activate button next to LuigisboxIntegration
      • installation process starts and setup form pops up
      • your catalog is being synchronized with our services in the background
    3. Fill in the setup form and you will be redirected to Luigi's Box Web Application
      • here you can set up our services

All versions of magento2-integration with dependencies

PHP Build Version
Package Version
No informations.
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/magento2-integration contains the following files

Loading the files please wait ....