Download the PHP package ar-sebastian/workbench without Composer

On this page you can find all versions of the php package ar-sebastian/workbench. 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 workbench

Workbench — a modern skin for Roundcube

Packagist Version Packagist Downloads

A third-party Roundcube skin derived from Elastic: a dark navigation rail, a light card canvas, a red brand accent (#cc151c), Inter typography, 12 px radii, visible keyboard focus, and both light and dark modes. Surface only — the Roundcube core stays untouched. Brand-neutral / rebrandable (accent = the --wb-accent token, logo files in images/ are replaceable).

🇩🇪 Eine deutsche Fassung dieser Dokumentation: README.de.md

Screenshots

Login Inbox (light)
Inbox (dark) Reading a message

Features

Compatibility

Verified on Roundcube 1.6 LTS and 1.7 (min-version 1.6.0) in Chromium/Chrome and Firefox (login, message list, reading, composing, dark mode — custom icons via CSS mask, the Inter webfont and avatars render identically). The icons use mask / -webkit-mask, which also covers WebKit/Safari.

Deployment note: Firefox only applies stylesheets served with the correct Content-Type: text/css (strict MIME checking). Regular Apache/nginx setups do this automatically; the MIME type can only be mangled by a Roundcube router that pipes all requests through PHP.

Installation

Composer (recommended)

The roundcube/plugin-installer places the skin at skins/workbench/ and can activate it interactively.

Manual (release archive)

Releases: https://github.com/AR-Sebastian/roundcube-skin-workbench/releases

Activation

In config/config.inc.php: $config['skin'] = 'workbench'; — or per user in the Roundcube settings. Then hard-reload (assets are versioned with ?s=).

Dark mode

Roundcube has a native dark toggle (the moon button in the task menu) that sets html.dark-mode (cookie colorMode). The skin puts its dark tokens on html.dark-mode and on html[data-wb-theme="dark"], so it reuses the existing, working toggle rather than a fragile custom one.

Layout

Build

Compile the Elastic entrypoints with --include-path pointing at this skin folder. That lets the official Elastic hooks (_variables / _styles) pick up the overrides without modifying any Elastic file.

Manual (core of the build):

Requires Node/npm; lessc (less@4) + optional less-plugin-clean-css.

Rollback

Deselect the skin (stock Elastic becomes active again) and remove the skins/workbench/ folder. Since no core/plugin/Elastic files were modified, the removal is complete and side-effect-free.

License & credits

The skin is licensed CC BY-SA 3.0 (same as the Elastic base skin). Third-party components (Elastic, Inter, Font Awesome, Lucide icons) and their licenses are listed in NOTICE.md.


All versions of workbench with dependencies

PHP Build Version
Package Version
Requires roundcube/plugin-installer Version >=0.3.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 ar-sebastian/workbench contains the following files

Loading the files please wait ...