Download the PHP package convert-cart/analytics without Composer

On this page you can find all versions of the php package convert-cart/analytics. 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 analytics

Convert Cart Magento 2 Plugin

Magento 2 Version License Packagist

Table of Contents

Introduction

Welcome to the Magento 2 Plugin by Convert Cart. This plugin integrates seamlessly with Magento 2 ecommerce websites, enabling the tracking of user behavior. Additionally, it synchronizes crucial data such as product catalogs, order histories, customer profiles, and category information to our servers on a regular basis. This synchronization powers our recommendation engine, providing personalized and data-driven insights to enhance your ecommerce operations.

Features

Installation

Composer Installation

  1. Run the following command in the root folder of your Magento installation when the domain is added in app.convertcart.com (for production):

    If you're intending to setting up a domain in app-beta.convertcart.com (for beta testing), please use tag name followed by the suffix -beta like 1.0.7-beta. The command will be like,

    If you wanted to know the exact changes that's needed to setup a beta server on a production tag, you can take a look into this commit.

  2. After installing via Composer, run the following commands from the Magento root directory:

Manual Installation

  1. Download the latest version of the plugin from the releases page.
  2. Extract the downloaded archive.
  3. Upload the contents to the app/code/convert-cart/analytics directory of your Magento installation.
  4. Run the following commands from the Magento root directory:

Configure Domain Id

Please reach out to your Customer Support Manager to Configure your domain with Convert Cart.

Troubleshooting

If you encounter issues, try the following steps:

  1. Ensure the plugin is enabled: bin/magento module:status Convertcart_Analytics
  2. Clear Magento cache: bin/magento cache:clean
  3. Check the logs in var/log for any error messages.

Uninstall

Please use the following command to uninstall the plugin and delete all the tables and settings related to the plugin,

  bin/magento module:uninstall Convertcart_Analytics

Setting up folder & file permissions,

If you encounter folder permission issues on folder such as cache, please use the following commands to set the appropriate permissions for public files and directories:

Contact

Please contact [email protected] if any issues occur during the integration process.


All versions of analytics 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 convert-cart/analytics contains the following files

Loading the files please wait ....