Download the PHP package mage2kishan/module-error-monitor without Composer

On this page you can find all versions of the php package mage2kishan/module-error-monitor. 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 module-error-monitor

Panth Error Monitor for Magento 2

Smart, secure error management. Captures PHP exceptions and storefront JavaScript console errors into deduplicated, grouped database records, and sends throttled digest email alerts so your inbox is never flooded.

Why

var/log/*.log grows endlessly, the same exception repeats thousands of times, and JavaScript errors in customers' browsers are invisible to you entirely. Naïve "email me every error" extensions then bury you under thousands of identical messages. Error Monitor fixes both problems:

Features

Area What you get
PHP capture A Monolog handler on the system logger records every exception ≥ your chosen severity — no code changes needed.
JS capture A tiny, CSP-safe, defer-loaded collector reports uncaught errors & promise rejections from the storefront.
Grouping Stable fingerprints collapse near-duplicate messages (numbers, ids, paths normalised out).
Email Digest or individual mode, daily per-group dedupe, severity threshold, per-run cap. Sent by cron, never synchronously.
Admin Searchable/filterable grid; per-row & mass Resolve / Ignore / Delete; full detail view with stack traces.
Security Same-origin enforcement, per-IP + global rate limiting, body-size caps, strict validation, control-char stripping, no input ever reflected.
Privacy Optional IP storage, optional IP anonymisation (GDPR).
Housekeeping Daily retention cron + bin/magento panth:errormonitor:cleanup.

Requirements

Installation

Configuration

Stores → Configuration → Panth Infotech → Error Monitor

Capture is enabled out of the box; email alerts are off until you enter recipients, so nothing is sent by surprise. See USER_GUIDE.md for every field.

Where errors go

License

Proprietary. See LICENSE.txt.


All versions of module-error-monitor with dependencies

PHP Build Version
Package Version
Requires php Version ~8.1.0||~8.2.0||~8.3.0||~8.4.0
magento/framework Version ^103.0
magento/module-backend Version ^102.0
magento/module-config Version ^101.2
magento/module-store Version ^101.1
magento/module-cron Version ^100.4
magento/module-email Version ^101.1
magento/module-ui Version ^101.2
mage2kishan/module-core Version *
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 mage2kishan/module-error-monitor contains the following files

Loading the files please wait ...