Download the PHP package eclipse-kustomer/webhook-integration without Composer

On this page you can find all versions of the php package eclipse-kustomer/webhook-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 webhook-integration

Kustomer <> Magento/Adobe Commerce Integration

This extension allows you to integrate Magento/Adobe Commerce with Kustomer. It works by simply observing events that happen in Adobe Commerce and sending them to Kustomer in as a webhook. This extension does not do any processing of data, and instead, sends the ID's of the affected entities over to the Kustomer app. It's up to the Kustomer server app to handle the retrieving, processing, and transformation of that payload into something that Kustomer can store and display in the UI. While the extension itself is very lightweight, there are a few features to be aware of.

Configuration

Configuration of this Adobe Commerce extension is quite simple. You must also make sure that you have installed the Adobe Commerce app for Kustomer on the Kustomer platform. This app will provide you with the webhook URL and the secret key that you will need to configure this extension. To connect the app and the extension, follow the instructions on the app to create an Integration between Adobe Commerce and the Kustomer app. Once saved, that should be all you need to do to get the extension working.

Event Logging

This extension logs all events that it sends to Kustomer. This is useful for debugging purposes, and also for auditing purposes. You can view the logs by going to Kustomer -> Event Logs on the Adobe Commerce admin panel.

Webhook Retries

If an event fails to send to Kustomer, you're able to manually retry the event by clicking the "Retry" button on the Kustomer -> Event Logs admin panel page. It's worth noting that you can retry failed and successful events. Retrying a successful event will simply update that data in Kustomer with the latest data from Adobe Commerce, should it change after the initial event was sent. This does not create a new kobject in Adobe Commerce, but rather updates the existing event.

Exporting

You can also export the logs to a JSON file from the Kustomer -> Event Logs admin panel page by clicking the "Export to JSON" button at the top of the page. This will download a JSON dump of all webhook events that have been sent to Kustomer, successful or not.


All versions of webhook-integration with dependencies

PHP Build Version
Package Version
Requires php Version ~8.1.0|~8.2.0
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 eclipse-kustomer/webhook-integration contains the following files

Loading the files please wait ....