Download the PHP package adwise/module-admin-activity-dashboard without Composer

On this page you can find all versions of the php package adwise/module-admin-activity-dashboard. 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-admin-activity-dashboard

Adwise

Recent Admin Activity — Hyvä Commerce Dashboard Widget

A widget for the Hyvä Commerce Admin Dashboard that puts your store's audit trail front and center: who changed what, when — and exactly which fields went from which value to which, expandable inline per row.

The audit data comes from the excellent mage-os/module-admin-activity-log; this module adds the dashboard surface on top of it.

Features

Requirements

Dependency Version
Magento Open Source / Adobe Commerce / Mage-OS 2.4.x
PHP 8.2+
mage-os/module-admin-activity-log ^2.0
hyva-themes/commerce-module-admin-dashboard-api ^3.0
hyva-themes/commerce-module-admin-dashboard ^2.0

The Hyvä packages are distributed through Hyvä's Packagist repository, so a Hyvä Commerce license is required.

Installation

Usage

  1. Open the admin Dashboard.
  2. Click Add Widget and pick Recent Admin Activity (under the System category).
  3. Set the number of activities to display and save.

Rows link to the edited item; rows with recorded field changes show a chevron that expands the diff. View Full Activity Log opens the complete grid provided by the Mage-OS module.

Configuration

Noise fields

Some modules stamp bookkeeping fields onto models during admin saves (a preview theme, a current store id), which the activity log records as "changes" even though nobody edited them. The widget hides these via a di.xml argument you can extend from your own module:

Suppression only affects the widget's diff view — the full activity log grid keeps every recorded change, so your audit trail stays complete.

Row limit default

The default number of rows (10) can also be changed via di.xml:

How it works

The widget implements Hyvä's composition-based WidgetTypeInterface from the commerce-module-admin-dashboard-api contract package and is rendered by the Admin Dashboard runtime. Data is read through the Mage-OS module's ActivityRepositoryInterface; field diffs come from its admin_activity_log table and pass through a small FieldChangeFilter service before display. Filtering in the widget is done client-side with Alpine.js over the loaded rows.

License

MIT


All versions of module-admin-activity-dashboard with dependencies

PHP Build Version
Package 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 adwise/module-admin-activity-dashboard contains the following files

Loading the files please wait ...