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

A Shopware 6 plugin that adds an administration toolbar to the storefront. Eligible administration users can open the current product, category, CMS page, or shopping experience in the Administration without first searching for it.

Requirements

Version 2.0.0 and newer no longer support Shopware 6.6.

Installation

Run this command from the Shopware root:

Alternatively, extract the release archive into custom/plugins. Then install and activate the plugin:

Screenshots

Screenshot 1

Context buttons for products, variants, and shopping experiences

Customer context

What it does

The toolbar provides:

Security and permissions

The plugin uses Shopware Administration roles and privileges. Hiding a control in the storefront does not authorize the underlying action.

Required rules

Base access requirement

The toolbar is available only when all of these conditions are met:

The plugin registers the role permission wako_admin_toolbar.viewer, which grants wako_admin_toolbar:use.

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 None
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

Adding privileged features

For every new action, endpoint, or toolbar button:

  1. Define the required Shopware core or plugin privilege.
  2. Enforce it in the PHP backend.
  3. Expose only the capability flags required by the storefront or Administration UI.
  4. Hide or disable the corresponding UI.
  5. Register Administration labels and snippets for plugin-specific privileges.

User settings

The current user can configure the toolbar under Administration > Settings > Plugins > Admin Toolbar.

The module allows users to:

Opening the module requires user.update_profile.

Changing toolbar activation or feature preferences requires:

Toolbar activation is no longer part of the Shopware profile page. The plugin stores preferences on the current user and enforces them on the server when it builds the available toolbar capabilities.

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/administration Version ~6.7.0
shopware/core Version ~6.7.0
shopware/storefront Version ~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 ...