Download the PHP package parcellab/magento-2-webhook without Composer

On this page you can find all versions of the php package parcellab/magento-2-webhook. 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-2-webhook

parcelLab Magento 2 Webhook Extension

Please note: This extension is a fork of the excellent Magento 2 Webhook by Mageplaza published under MIT license on Github (see fork source). This fork simply eases to simplify setup for integration with parcelLab by providing appropriate defaults.

🚨 Compatibility notice:

For Magento < 2.6 use plugin version 2.4.21

For Magento >= 2.6 use plugin version 2.4.23 or later

Install & Setup Guide

Important: If you have Mageplaza Webhook already installed, DO NOT INSTALL this extension and follow our setup guide instead: Setup Guide with Mageplaza Webhook

Run the following command in Magento 2 root folder:

After successful installation and deploy log in to your Admin Backend of Magento.

Navigate to System > parcelLab Webhook > Configuration:

image

Open the section General:

image

In this screen, you will have to enter your parcelLab API credentials. Generate a new parcelLab API Token with write access in the parcelLab Portal and enter this token together with your parcelLab User ID:

image

The extension might be disabled by default system setting. Make sure, setting Enable is set to Yes. You might have to remove the flag to use the system setting 1️⃣ and then switch the setting 2️⃣.

image

This is the correct setting:

image

Navigate to System > parcelLab Webhook > Manage Events:

image

You'll find the 2 required events already preconfigured:

image

If you have entered your parcelLab credentials earlier, you are okay to activate the events:

image

🎉 Your integration is done! 🎉

image

FAQs:

Q: Can I add more events?

A: Due to the tailored use of this extension, the number of events is limited. For more flexible webhooks please use the fork source Magento 2 Webhook by Mageplaza.

Q: Error Mageplaza_Core has been already defined

A: Find the solution here

Q: My site is down, what should I do?

A: Please follow this guide: https://www.mageplaza.com/blog/magento-site-down.html

Q: Where do I find transfer logs?

Navigate to System > parcelLab Webhook > Transfer Logs:

image

You'll find a list of recent transfers and can view details like so:

image

Please share both the Response as well as the Request Body when requesting support:

image

Q: I am unsure whether I have "Magento 2 Webhook" by Mageplaza installed, how can I check?

Run php bin/magento module:status and check whether Mageplaza_Webhook is listed. If it is, please don't install this extension but rather follow our Setup Guide with Mageplaza Webhook.

Q: I already have "Magento 2 Webhook" by Mageplaza installed, how can I integrate with parcelLab?

The easiest way is to follow our setup guide for this extension, which will take you less than 15 minutes to complete:

Setup Guide with Mageplaza Webhook

Credit

This extension is a fork of the excellent Magento 2 Webhook by Mageplaza published under MIT license on Github (see fork source).

It also uses mageplaza/module-core and liquid/liquid


All versions of magento-2-webhook with dependencies

PHP Build Version
Package Version
Requires mageplaza/module-core Version ^1.5.3
liquid/liquid Version ^1.4.42
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 parcellab/magento-2-webhook contains the following files

Loading the files please wait ....