Download the PHP package wako/plugin-admin-toolbar without Composer

On this page you can find all versions of the php package wako/plugin-admin-toolbar. 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 plugin-admin-toolbar

WakoPluginAdminToolbar

Shopware 6 storefront plugin that shows a fixed administration toolbar at the top of the storefront for eligible administration users, including quick links into the Shopware Administration, context-aware edit buttons for products, categories, variants, CMS pages and shopping experiences, customer context insights, rule visibility, copy-to-clipboard helpers, and cache clearing.

Installation

From the Shopware root:

Or download and deploy contents of zip into custom/plugins

Then

Screenshots

Screenshot 1

Screenshot 2 — Context button for products, variants, and shopping experiences

Screenshot 3 — Customer context

What it does

The toolbar can provide:

Security & Permission Model

This plugin must adhere to the Shopware Administration roles, permissions, and privileges system.

Mandatory principles

Base access requirement

The toolbar is only available when all of the following are true:

The plugin registers the role permission:

Feature to privilege mapping

Feature Required privilege(s) Additional gates
Use toolbar at all wako_admin_toolbar:use Per-user toolbar opt-in
Clear cache system:clear:cache
Load variants product:read Product links enabled globally and for the user
Edit product product:update Product links enabled globally and for the user
Edit category category:update Category links enabled globally and for the user
Edit CMS page / layout / shopping experience / page cms_page:update CMS/layout links enabled globally and for the user
Edit landing page cms_page:update + landing_page:update CMS/layout links enabled globally and for the user
View customer context customer:read Customer context enabled for the user and at least one customer context data field enabled globally
View active rules / rule links rule:read Customer context enabled for the user and active rules enabled globally

Development rule for future changes

Whenever you add a new action, endpoint, or toolbar button:

  1. define the needed Shopware/core or plugin privilege
  2. enforce it in backend PHP code
  3. expose only minimal capability flags if the storefront/admin UI needs them
  4. hide or disable the related UI accordingly
  5. register admin privilege labels/snippets for plugin-specific permissions

Current user administration module

The plugin provides a dedicated administration settings module for the currently logged-in user.

Location:

Current scope:

The module itself is available with:

Changing toolbar activation and feature preferences requires:

Notes:

Plugin configuration

The plugin configuration contains:

The customer context dropdown only renders sections whose data fields are enabled in the plugin configuration.

Relevant files


All versions of plugin-admin-toolbar with dependencies

PHP Build Version
Package Version
Requires shopware/core Version ~6.6.0 || ~6.7.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 wako/plugin-admin-toolbar contains the following files

Loading the files please wait ...