Download the PHP package emartech/emarsys-magento2-extension without Composer

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

For development environment information refer to dev README.

Magento2 integration for the Emarsys Marketing Platform installation guide

  1. Composer install the package

  2. Run Magento setup to install the module

  3. Get your connect token

    The connect token contains a token for Magento webapi and your current hostname, so that we can send requests to your instance.

    To get your token, navigate to Stores > Configuration page in your Magento admin, expand the Emarsys panel on the left side and click Connect. Your token will be displayed in a textarea, copy that string.

  4. Connect your Emarsys account

    Navigate to Emarsys Suite, from the top menu choose Add-ons and click the Magento 2 menu item.

    On the settings page click Connect, paste your connect token and click the Connect button.

    Next, you have to click the Stores button. Your store and website data will be loaded, so first choose the Magento website you want to connect with your Emarsys account. A list of the stores on the website will be populated, choose any of the stores you want to connect. You may change the Slug field for something meaningful for you (please keep the slug format, no spaces, special characters, etc). Click the Connect button.

  5. Turn on the features

    Now you can start turning on the provided features. Note that some features and depending on each other, so for example you will not be able to turn on Orders until the initial Customers upload is finished.

    Also note, that if your store does not use the Magento provided frontend, the Web behavior tracking feature will not work. You will have to implement tracking as described here.


All versions of emarsys-magento2-extension with dependencies

PHP Build Version
Package Version
Requires php Version >7.0.1
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 emartech/emarsys-magento2-extension contains the following files

Loading the files please wait ....