Download the PHP package saleslayer/magento-community-plugin without Composer

On this page you can find all versions of the php package saleslayer/magento-community-plugin. 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 magento-community-plugin

Magento Community plugin

Sales Layer Magento Community plugin

PHP Version Magento Version GitHub release

This is the official Sales Layer's plugin for Magento Community (Open Source).

Description

This plugin allows you to easily synchronize your Sales Layer catalogue information with your Magento Community. And you can find more detailed documentation at our website.

Important Notes

Please check the important notes for the installation. (In some cases, a Sales Layer account might be needed to access the documentation).

Requirements

How To Start

1. Module package install process

The recommended way to install this extension is through Composer.

Warning. If you have previously installed the plugin manually in root folder 'app/code', uninstall it. Then install the plugin automatically through composer. If you try to install it in both ways at the same time, in step 1.2 Magento will return an error.

1.1 Through Composer. In your Magento root folder, execute command:

See install extensions on Magento Open Source for more info.

Info If you have a previous version of the plugin installed in root folder 'app/code', please delete the complete folder of the plugin before moving forward with the plugin's installation via Composer.

Once executed and installed, the plugin will be found in your Magento installation root path, inside the folder 'vendor/saleslayer/magento-community-plugin/

1.1.1 Composer command examples

To install the latest valid version of the main branch:

To install the latest valid version having the 2.7.* tag (the number of version can be changed to any tag number that includes Composer):

Branch feature-295 will be installed (the branch name can be changed to any branch that includes Composer):

To install the latest dev version:

1.1.2 Composer requirements

Following Version guidance, check the plugin version to check which PHP and Magento version are required to install the plugin.

In case a requirement is not met, an error will be given by Composer.

Info This will only happen if your Magento installation doesn’t met the requirements of the specific branch or tag version being installed, or by default, none of the main branch releases.

1.2 From Magento root folder execute commands:

1.3 After executing the commands, Sales Layer module will be installed

2. Create a Sales Layer Magento connector and map the fields

2.1 The plugin needs the connector ID code and the private key, you will find them in the connector details of Sales Layer.

3. Add the connector credencials in Magento

3.1 Go to Sales Layer -> Import -> Add connector and add the connector id and secret key.

3.2 Finally, In Sales Layer -> Import -> The connector you created, push Synchronize Connector to import categories, products and variants automatically.

Version Guidance

Branch Status Magento Open Source Version PHP compatibility Changelog Composer
2.5.x EOL >= 2.1.4, <= 2.4.0 7.3 Changelog 2.5.x No
2.6.x Fixes only >= 2.1.4, <= 2.4.5 >= 7.3, <= 8.1 Changelog 2.6.x No
2.7.x Stable >= 2.4.4, <= 2.4.7 8.1, 8.2 Changelog 2.7.x Yes

Branch 2.7.x Release recommended configuration

Release Magento2 Version PHP Web Server
2.7.0 Magento Open Source 2.4.6-p3 PHP 8.1 Apache2.4
2.7.1 Magento Open Source 2.4.6-p3 PHP 8.1 Apache2.4
2.7.2 Magento Open Source 2.4.7 PHP 8.2 Apache2.4

Warning. Adobe releases frequently new Magento Open Source versions, fixing bugs and/or adding new functionallity. Some of this versions could be in conflict with this plugin. We highly encourage you to set up the configuration recommended in the guidance table for running correctly this extension.

Note. See also Magento system requirements for the right environment choice.


All versions of magento-community-plugin with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3 <8.3
magento/product-community-edition Version >=2.4.4 <2.4.8
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 saleslayer/magento-community-plugin contains the following files

Loading the files please wait ....