Download the PHP package howard/howard_sidebar_menu_block without Composer

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

Howard Sidebar Menu Block

Drupal 10 Drupal 11 Version License

A sophisticated sidebar navigation module for Howard University's Drupal sites that provides intelligent, context-aware menu navigation based on the current page's position in the site hierarchy.

โœจ Features

๐Ÿš€ Quick Start

Installation

Composer (Recommended):

Manual Installation:

  1. Download from GitHub releases
  2. Extract to modules/contrib/howard_sidebar_menu_block
  3. Enable: drush en howard_sidebar_menu_block

Basic Setup

  1. Enable the module: Admin โ†’ Extend โ†’ Howard Sidebar Menu Block
  2. Place the block: Admin โ†’ Structure โ†’ Block layout โ†’ Place "Howard Sidebar Menu Block"
  3. Configure: Choose your sidebar region and configure visibility settings

๐Ÿ“‹ Requirements

๐Ÿ”ง How It Works

The module intelligently analyzes your current page's position in the main menu hierarchy:

  1. Detects Current Position: Determines where you are in the menu structure
  2. Finds Parent Context: Identifies the parent menu item for contextual navigation
  3. Builds Relevant Tree: Constructs a menu tree showing siblings and children
  4. Renders Contextually: Displays only relevant navigation options

Example Behavior

๐Ÿ“š Documentation

Comprehensive documentation is available in the docs/ folder:

๐ŸŽจ Customization

Template Override

Copy templates to your theme for customization:

CSS Styling

Basic styling example:

๐Ÿงช Testing

Run Tests

Manual Testing

  1. Create a multi-level menu structure
  2. Place the sidebar block in a region
  3. Navigate to different pages and verify contextual display
  4. Test with different user permissions
  5. Verify cache invalidation works correctly

๐Ÿ” Troubleshooting

Common Issues

Block not appearing:

Wrong menu items showing:

Performance issues:

For detailed troubleshooting, see the Installation Guide.

๐Ÿค Contributing

We welcome contributions! Please see our Coding Standards.

Development Setup

Code Quality

๐Ÿ“Š Version Information

๐Ÿ“ž Support

๐Ÿ“„ License

This project is licensed under the GPL-2.0+ License - see the LICENSE file for details.

๐Ÿ›๏ธ About Howard University

This module is developed and maintained by Howard University Web Services for use across Howard University's digital properties. Howard University is a leading research university providing an educational experience of exceptional value to students of high academic standing.


๐ŸŒŸ Star this repository if you find it useful!


All versions of howard_sidebar_menu_block with dependencies

PHP Build Version
Package Version
Requires drupal/core Version ^10 || ^11
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 howard/howard_sidebar_menu_block contains the following files

Loading the files please wait ....