Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). Varbase Media Header 9.2.1 Minor update available for module varbase_media_header (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module allows users to find their waste collection schedules by entering their postcode and selecting their address. It can display schedules, allow downloads in iCal format, and includes plugins for integrating with different data providers like CSV files or Whitespace.

This module provides an interface for the viewing of waste collection schedules. It consists of a postcode-based property search form, an address selector, and a schedule viewer.

Features

  • Postcode-based property search
  • UPRN-based canonical URLs for easy linking to schedules
  • Download of calendar in ICS (iCal) format
  • Optional download of PDF collection calendar (uploaded, not generated)
  • Print-styled calendar
  • Plugin support for additional data providers
  • Optional public holiday support

Data provider plugins are included in sub-modules for:

A very simple example plugin is also provided.

A Webaspx (Routeware) plugin is in development.

Installing

Installation

You can install this module with the following composer command:

composer require drupal/localgov_waste_collection

No data providers are installed by default. Install the included CSV provider sub-module (README) via the Drupal UI or drush:

drush en localgov_waste_collection_csv_provider

Or the Whitespace sub-module (README) provider:

drush en localgov_waste_collection_whitespace_provider

Or the example provider sub-module (README):

drush en localgov_waste_collection_example_provider

Note that a data provider must be installed and configured for the module to operate.

Further details of these modules are in their respective module README.md files and the Data providers documentation.

Configuration

Install and configure a data provider plugin first.

The base module settings can be found in the Drupal admin UI under:

Configuration > Web services > Waste collection > Settings

Path: /admin/config/services/waste-collection/settings

Use this form to set the data provider and the base path for the module, and optionally public holiday support.

By default the base path is:

/waste-collection-schedule

If you prefer to set configuration via settings.php, add these lines to the settings file for your environment, replacing the values as required:

$config['localgov_waste_collection.settings']['active_data_provider'] = 'example_data_provider';
$config['localgov_waste_collection.settings']['waste_collection_path'] = '/my-custom-path';

Paths

If the UPRN is known for a property, the schedule can be accessed directly at:

{base_path}/view/{uprn}

A postcode search returning matching properties can be accessed directly at:

{base_path}/find?postcode={postcode}

Public holidays

If public holidays are enabled, the list of public holidays from https://www.gov.uk/bank-holidays.json will be used to detect any routine collection dates that fall on a holiday.

Use the Ignored holidays field to exclude any of the gov.uk supplied holidays.

Funding

The work to build this module and the Whitespace integration were funded by Dumfries and Galloway Council

The CSV and Webaspx integrations were funded by Westmorland and Furness Council

Activity

Total releases
13
First release
May 2025
Latest release
1 month ago
Releases (12 mo)
8 ▲ from 5
Maintenance
Active

Release Timeline

Releases

Version Type Release date
1.0.0-alpha12 Pre-release Jun 4, 2026
1.0.0-alpha11 Pre-release May 18, 2026
1.x-dev Dev May 18, 2026
1.0.0-alpha10 Pre-release Apr 16, 2026
1.0.0-alpha9 Pre-release Apr 15, 2026
1.0.0-alpha8 Pre-release Sep 16, 2025
1.0.0-alpha7 Pre-release Sep 15, 2025
1.0.0-alpha6 Pre-release Aug 12, 2025
1.0.0-alpha5 Pre-release Jul 15, 2025
1.0.0-alpha4 Pre-release Jun 30, 2025
1.0.0-alpha3 Pre-release Jun 19, 2025
1.0.0-alpha2 Pre-release May 22, 2025
1.0.0-alpha1 Pre-release May 6, 2025